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.4.0 to 1.4.1

7

HISTORY.md

@@ -0,1 +1,8 @@

1.4.1 / 2015-02-15
==================
* deps: accepts@~1.2.4
- deps: mime-types@~2.0.9
- deps: negotiator@0.5.1
1.4.0 / 2015-02-01

@@ -2,0 +9,0 @@ ==================

4

package.json
{
"name": "compression",
"description": "Node.js compression middleware",
"version": "1.4.0",
"version": "1.4.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

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

"dependencies": {
"accepts": "~1.2.3",
"accepts": "~1.2.4",
"bytes": "1.0.0",

@@ -15,0 +15,0 @@ "compressible": "~2.0.2",

@@ -63,3 +63,4 @@ # compression

compression). The special value `-1` can be used to mean the "default
compression level".
compression level", which is a default compromise between speed and
compression (currently equivalent to level 6).

@@ -73,3 +74,3 @@ - `-1` Default compression level (also `zlib.Z_DEFAULT_COMPRESSION`).

- `5`
- `6`
- `6` (currently what `zlib.Z_DEFAULT_COMPRESSION` points to).
- `7`

@@ -76,0 +77,0 @@ - `8`

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