Comparing version 0.0.5 to 0.0.6
@@ -21,2 +21,4 @@ #!/usr/bin/env node | ||
console.log(process.cwd(), process.env.PWD); | ||
require('./app')(options); |
{ | ||
"name": "instahost", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"bin": { | ||
@@ -11,2 +11,3 @@ "instahost": "./index.js" | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"coffee-script": "^1.11.1", | ||
@@ -13,0 +14,0 @@ "express": "3.2.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
2999
27
4
2
+ Addedbluebird@^3.4.6
+ Addedbluebird@3.7.2(transitive)