Socket
Socket
Sign inDemoInstall

connect

Package Overview
Dependencies
Maintainers
2
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 3.6.3 to 3.6.4

SECURITY.md

13

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

@@ -21,8 +21,9 @@ "contributors": [

"debug": "2.6.8",
"finalhandler": "1.0.4",
"parseurl": "~1.3.1",
"utils-merge": "1.0.0"
"finalhandler": "1.0.5",
"parseurl": "~1.3.2",
"utils-merge": "1.0.1"
},
"devDependencies": {
"mocha": "3.5.0",
"eslint": "2.13.1",
"mocha": "3.5.3",
"nyc": "10.3.2",

@@ -36,2 +37,3 @@ "supertest": "2.0.0"

"README.md",
"SECURITY.md",
"index.js"

@@ -43,2 +45,3 @@ ],

"scripts": {
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",

@@ -45,0 +48,0 @@ "test-cov": "nyc --reporter=text npm test",

@@ -171,3 +171,3 @@ # Connect

Checkout [http-framework](https://github.com/Raynos/http-framework/wiki/Modules) for many other compatible middleware!
Checkout [http-framework](https://github.com/Raynos/http-framework/wiki/Modules) for many other compatible middleware!

@@ -265,6 +265,12 @@ ## API

## Contributors
## People
https://github.com/senchalabs/connect/graphs/contributors
The Connect project would not be the same without all the people involved.
The original author of Connect is [TJ Holowaychuk](https://github.com/tj) [![TJ's Gratipay][gratipay-image-visionmedia]][gratipay-url-visionmedia]
The current lead maintainer is [Douglas Christopher Wilson](https://github.com/dougwilson) [![Doug's Gratipay][gratipay-image-dougwilson]][gratipay-url-dougwilson]
[List of all contributors](https://github.comsenchalabs/connect/graphs/contributors)
## Node Compatibility

@@ -271,0 +277,0 @@

Sorry, the diff of this file is too big to display

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