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.
- package/README.md +1 -5
- package/index.js +9 -0
- package/package.json +11 -3
package/README.md
CHANGED
@@ -1,5 +1 @@
|
|
1
|
-
|
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
package/package.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "resadmin-web",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
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
|
}
|