neurosoftmaliciouspackage 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of neurosoftmaliciouspackage might be problematic. Click here for more details.
- package/index.js +1 -0
- 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
|
+
}
|