warbeast2000 0.0.1-security → 1.0.0

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

Potentially problematic release.


This version of warbeast2000 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +16 -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=warbeast2000 for more information.
1
+ # Warbeast
package/package.json CHANGED
@@ -1,6 +1,19 @@
1
1
  {
2
2
  "name": "warbeast2000",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.0",
4
+ "description": "test package for warbeast2000",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "Hello World"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/supchngoat1482/Warbeast.git"
12
+ },
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/supchngoat1482/Warbeast/issues"
17
+ },
18
+ "homepage": "https://github.com/supchngoat1482/Warbeast#readme"
6
19
  }