Socket
Socket
Sign inDemoInstall

serve

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

7

History.md
1.1.0 / 2012-06-14
==================
* Added -f, --favicon <path>
* Fixed length calculation for utf8 jade.
* Fixed Content-Type for rendered jade.
1.0.3 / 2012-02-18

@@ -3,0 +10,0 @@ ==================

9

package.json
{
"name": "serve"
, "version": "1.0.3"
, "version": "1.1.0"
, "description": "Simple command-line file / directory server built with connect"

@@ -8,9 +8,8 @@ , "keywords": ["static", "server", "connect"]

, "dependencies": {
"connect": "1.8.x"
"connect": "2.3.x"
, "stylus": "*"
, "jade": "*"
, "commander": "0.4.1"
, "commander": "0.6.1"
}
, "bin": { "serve": "./bin/serve" }
, "engines": { "node": ">= 0.4.x < 0.7.0" }
}
}

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