Comparing version 0.2.1 to 1.0.0
{ | ||
"name": "fireprox", | ||
"description": "A simple proxy for MozRepl over HTTP GET using express/nodejs", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"author": "dizzib", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"nodejs", | ||
"proxy" | ||
"proxy", | ||
"remote" | ||
], | ||
@@ -22,12 +23,25 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"start": "node server.js" | ||
"engines": { | ||
"node": ">=0.8.x", | ||
"npm": ">=1.0.x" | ||
}, | ||
"dependencies": { | ||
"express": "3.1.0" | ||
"express": "3.1.0", | ||
"commander": "2.3.0", | ||
"http-status": "0.1.8", | ||
"lodash": "2.4.1" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.x", | ||
"npm": ">=1.0.x" | ||
"devDependencies": { | ||
"chalk": "~0.4.0", | ||
"cron": "~1.0.3", | ||
"gaze": "~0.6.4", | ||
"globule": "~0.2.0", | ||
"gntp": "~0.1.1", | ||
"LiveScript": "~1.2.0", | ||
"marked": "~0.3.1", | ||
"request": "~2.44.0", | ||
"shelljs": "~0.2.6", | ||
"tape": "~3.0.0", | ||
"wait.for": "~0.6.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6777
89
1
0
4
11
46
3
+ Addedcommander@2.3.0
+ Addedhttp-status@0.1.8
+ Addedlodash@2.4.1
+ Addedcommander@2.3.0(transitive)
+ Addedhttp-status@0.1.8(transitive)
+ Addedlodash@2.4.1(transitive)