Socket
Socket
Sign inDemoInstall

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.25.7 to 2.25.8

2

examples/session.js

@@ -163,4 +163,4 @@

res.write('<p>views: ' + sess.views + '</p>');
sess.views++;
res.end();
sess.views++;
} else {

@@ -167,0 +167,0 @@ sess.views = 1;

@@ -0,1 +1,11 @@

2.25.8 / 2014-08-27
===================
* deps: body-parser@~1.6.6
- deps: qs@2.2.0
* deps: csurf@~1.4.1
* deps: qs@2.2.0
- Array parsing fix
- Performance improvements
2.25.7 / 2014-08-18

@@ -2,0 +12,0 @@ ===================

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

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

"basic-auth-connect": "1.0.0",
"body-parser": "~1.6.5",
"body-parser": "~1.6.6",
"bytes": "1.0.0",

@@ -29,3 +29,3 @@ "cookie": "0.1.2",

"connect-timeout": "~1.2.2",
"csurf": "~1.4.0",
"csurf": "~1.4.1",
"debug": "1.0.4",

@@ -43,3 +43,3 @@ "depd": "0.4.4",

"parseurl": "~1.3.0",
"qs": "1.2.2",
"qs": "2.2.0",
"response-time": "~2.0.1",

@@ -46,0 +46,0 @@ "serve-favicon": "2.0.1",

# Connect
[![NPM version](https://badge.fury.io/js/connect.svg)](http://badge.fury.io/js/connect)
[![Build Status](https://travis-ci.org/senchalabs/connect.svg?branch=master)](https://travis-ci.org/senchalabs/connect)
[![Coverage Status](https://img.shields.io/coveralls/senchalabs/connect.svg?branch=master)](https://coveralls.io/r/senchalabs/connect)
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]

@@ -77,13 +79,20 @@ Connect is an extensible HTTP server framework for [node](http://nodejs.org), providing high performance "plugins" known as _middleware_.

Connect `2.x` is compatible with node 0.6.x
Connect `2.x` is compatible with node 0.8.x
Connect (_master_) is compatible with node 0.8.x
Connect `3.x` is compatible with node 0.10.x
## CLA
## License
[http://sencha.com/cla](http://sencha.com/cla)
[MIT](LICENSE)
## License
View the [LICENSE](https://github.com/senchalabs/connect/blob/master/LICENSE) file.
[npm-image]: https://img.shields.io/npm/v/connect.svg?style=flat
[npm-url]: https://npmjs.org/package/connect
[travis-image]: https://img.shields.io/travis/senchalabs/connect.svg?style=flat
[travis-url]: https://travis-ci.org/senchalabs/connect
[coveralls-image]: https://img.shields.io/coveralls/senchalabs/connect.svg?style=flat
[coveralls-url]: https://coveralls.io/r/senchalabs/connect
[downloads-image]: http://img.shields.io/npm/dm/connect.svg?style=flat
[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/
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