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

connect

Package Overview
Dependencies
Maintainers
4
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect - npm Package Compare versions

Comparing version 2.20.0 to 2.20.1

6

History.md

@@ -0,1 +1,7 @@

2.20.1 / 2014-06-19
===================
* deps: type-is@1.3.1
- fix global variable leak
2.20.0 / 2014-06-19

@@ -2,0 +8,0 @@ ===================

10

package.json
{
"name": "connect",
"description": "High performance middleware framework",
"version": "2.20.0",
"version": "2.20.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",

@@ -46,3 +46,3 @@ "contributors": [

"serve-static": "1.2.3",
"type-is": "1.3.0",
"type-is": "1.3.1",
"vhost": "2.0.0",

@@ -64,6 +64,6 @@ "pause": "0.0.1"

"scripts": {
"test": "mocha --reporter dot",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"
"test": "mocha --reporter dot --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
}
}
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