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.1.2 to 1.2.0

6

HISTORY.md

@@ -0,1 +1,7 @@

1.2.0 / 2014-10-16
==================
* deps: debug@~2.1.0
- Implement `DEBUG_FD` env variable support
1.1.2 / 2014-10-15

@@ -2,0 +8,0 @@ ==================

4

package.json
{
"name": "compression",
"description": "Compression middleware for connect and node.js",
"version": "1.1.2",
"version": "1.2.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

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

"compressible": "~2.0.1",
"debug": "~2.0.0",
"debug": "~2.1.0",
"on-headers": "~1.0.0",

@@ -18,0 +18,0 @@ "vary": "~1.0.0"

@@ -88,3 +88,3 @@ # compression

// send a ping approx eveny 2 seconds
// send a ping approx every 2 seconds
var timer = setInterval(function () {

@@ -91,0 +91,0 @@ res.write('data: ping\n\n')

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