Socket
Socket
Sign inDemoInstall

compression

Package Overview
Dependencies
10
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

12

HISTORY.md

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

1.5.2 / 2015-07-30
==================
* deps: accepts@~1.2.12
- deps: mime-types@~2.1.4
* deps: compressible@~2.0.5
- deps: mime-db@'>= 1.16.0 < 2'
* deps: vary@~1.0.1
- Fix setting empty header from empty `field`
- perf: enable strict mode
- perf: remove argument reassignments
1.5.1 / 2015-07-05

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

8

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

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

"dependencies": {
"accepts": "~1.2.10",
"accepts": "~1.2.12",
"bytes": "2.1.0",
"compressible": "~2.0.4",
"compressible": "~2.0.5",
"debug": "~2.2.0",
"on-headers": "~1.0.0",
"vary": "~1.0.0"
"vary": "~1.0.1"
},

@@ -20,0 +20,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc