You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

compression

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

9

HISTORY.md

@@ -0,1 +1,10 @@

1.6.1 / 2016-01-19
==================
* deps: bytes@2.2.0
* deps: compressible@~2.0.7
- deps: mime-db@'>= 1.21.0 < 2'
* deps: accepts@~1.3.1
- deps: mime-types@~2.1.9
1.6.0 / 2015-09-29

@@ -2,0 +11,0 @@ ==================

2

index.js

@@ -195,3 +195,3 @@ /*!

// add bufferred listeners to stream
// add buffered listeners to stream
addListeners(stream, stream.on, listeners)

@@ -198,0 +198,0 @@

{
"name": "compression",
"description": "Node.js compression middleware",
"version": "1.6.0",
"version": "1.6.1",
"contributors": [

@@ -12,5 +12,5 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"accepts": "~1.3.0",
"bytes": "2.1.0",
"compressible": "~2.0.6",
"accepts": "~1.3.1",
"bytes": "2.2.0",
"compressible": "~2.0.7",
"debug": "~2.2.0",

@@ -21,4 +21,4 @@ "on-headers": "~1.0.1",

"devDependencies": {
"istanbul": "0.3.21",
"mocha": "2.3.3",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"

@@ -25,0 +25,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc