Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-server

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-server - npm Package Compare versions

Comparing version 0.2.6 to 0.2.9

public/img/turtle.png

57

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc