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 3.3.4 to 3.3.5

19

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

@@ -20,4 +20,4 @@ "contributors": [

"dependencies": {
"debug": "~2.1.1",
"finalhandler": "0.3.3",
"debug": "~2.1.3",
"finalhandler": "0.3.4",
"parseurl": "~1.3.0",

@@ -27,8 +27,15 @@ "utils-merge": "1.0.0"

"devDependencies": {
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"should": "~4.4.2",
"istanbul": "0.3.8",
"mocha": "~2.2.1",
"should": "~5.2.0",
"supertest": "~0.15.0"
},
"license": "MIT",
"files": [
"lib/",
"LICENSE",
"History.md",
"Readme.md",
"index.js"
],
"engines": {

@@ -35,0 +42,0 @@ "node": ">= 0.10.0"

@@ -7,3 +7,3 @@ # Connect

[![Test Coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
[![Gratipay][gratipay-image]][gratipay-url]

@@ -180,3 +180,3 @@ Connect is an extensible HTTP server framework for [node](http://nodejs.org) using "plugins" known as _middleware_.

- Connect `>= 2.8 < 3` - node `0.8`
- Connect `>= 3` - node `0.10`
- Connect `>= 3` - node `0.10`, `0.12`

@@ -187,11 +187,11 @@ ## License

[npm-image]: https://img.shields.io/npm/v/connect.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/connect.svg
[npm-url]: https://npmjs.org/package/connect
[travis-image]: https://img.shields.io/travis/senchalabs/connect.svg?style=flat
[travis-image]: https://img.shields.io/travis/senchalabs/connect/master.svg
[travis-url]: https://travis-ci.org/senchalabs/connect
[coveralls-image]: https://img.shields.io/coveralls/senchalabs/connect.svg?style=flat
[coveralls-image]: https://img.shields.io/coveralls/senchalabs/connect/master.svg
[coveralls-url]: https://coveralls.io/r/senchalabs/connect
[downloads-image]: https://img.shields.io/npm/dm/connect.svg?style=flat
[downloads-image]: https://img.shields.io/npm/dm/connect.svg
[downloads-url]: https://npmjs.org/package/connect
[gittip-image]: https://img.shields.io/gittip/dougwilson.svg?style=flat
[gittip-url]: https://www.gittip.com/dougwilson/
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg
[gratipay-url]: https://www.gratipay.com/dougwilson/

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