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
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

12

HISTORY.md

@@ -0,1 +1,13 @@

1.7.1 / 2017-09-26
==================
* deps: accepts@~1.3.4
- deps: mime-types@~2.1.16
* deps: bytes@3.0.0
* deps: compressible@~2.0.11
- deps: mime-db@'>= 1.29.0 < 2'
* deps: debug@2.6.9
* deps: vary@~1.1.2
- perf: improve header token parsing speed
1.7.0 / 2017-07-10

@@ -2,0 +14,0 @@ ==================

16

package.json
{
"name": "compression",
"description": "Node.js compression middleware",
"version": "1.7.0",
"version": "1.7.1",
"contributors": [

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

"dependencies": {
"accepts": "~1.3.3",
"bytes": "2.5.0",
"compressible": "~2.0.10",
"debug": "2.6.8",
"accepts": "~1.3.4",
"bytes": "3.0.0",
"compressible": "~2.0.11",
"debug": "2.6.9",
"on-headers": "~1.0.1",
"safe-buffer": "5.1.1",
"vary": "~1.1.1"
"vary": "~1.1.2"
},

@@ -26,7 +26,7 @@ "devDependencies": {

"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"

@@ -33,0 +33,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