Comparing version 3.3.4 to 3.3.5
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80049
7
+ Addedfinalhandler@0.3.4(transitive)
- Removedfinalhandler@0.3.3(transitive)
Updateddebug@~2.1.3
Updatedfinalhandler@0.3.4