http-server
Advanced tools
Comparing version 0.2.6 to 0.2.9
{ | ||
"name" : "http-server", | ||
"preferGlobal": "true", | ||
"version" : "0.2.6", | ||
"author": "Marak Squires <marak.squires@gmail.com>", | ||
"description" : "a simple zero-configuration command-line http server", | ||
"bin": { | ||
"http-server": "./bin/http-server" | ||
}, | ||
"main": "./lib/http-server", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/nodejitsu/http-server.git" | ||
}, | ||
"keywords" : [ | ||
"cli", | ||
"command" | ||
], | ||
"dependencies" : { | ||
"eyes": "~0.1.6", | ||
"colors" : "*", | ||
"optimist" : "0.2.x" | ||
}, | ||
"name" : "http-server", | ||
"preferGlobal": "true", | ||
"version" : "0.2.9", | ||
"author": "Nodejitsu <support@nodejitsu.com>", | ||
"description" : "a simple zero-configuration command-line http server", | ||
"bin": { | ||
"http-server": "./bin/http-server" | ||
}, | ||
"scripts": { | ||
"start": "./bin/http-server" | ||
}, | ||
"main": "./lib/http-server", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/nodejitsu/http-server.git" | ||
}, | ||
"keywords" : [ | ||
"cli", | ||
"command" | ||
], | ||
"dependencies" : { | ||
"eyes": "~0.1.6", | ||
"colors" : "*", | ||
"optimist" : "0.2.x" | ||
}, | ||
"devDepencencies": { | ||
"vows": "0.5.x", | ||
"request": "2.1.x" | ||
}, | ||
"bundleDependencies" : [ "node-static" ], | ||
"license" : "MIT", | ||
"engine" : { | ||
"node" : ">=0.4" | ||
} | ||
"engine" : { | ||
"node" : ">=0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
278704
0
21
587