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.0.5 to 1.0.6

5

HISTORY.md

@@ -0,1 +1,6 @@

1.0.6 / 2014-06-03
==================
* fix regression when negotiation fails
1.0.5 / 2014-06-03

@@ -2,0 +7,0 @@ ==================

2

index.js

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

// negotiation failed
if (!method || method === 'identity') nocompress()
if (!method || method === 'identity') return nocompress()

@@ -156,0 +156,0 @@ // compression stream

{
"name": "compression",
"description": "Compression middleware for connect and node.js",
"version": "1.0.5",
"version": "1.0.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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