Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

compression-zlib

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compression-zlib - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

8

History.md

@@ -1,4 +0,10 @@

v2.1.1 / 2015-06-26
v2.2.0 / 2015-09-12
==================
* Test `node`@4
* Update `accepts`@1.2.13
v2.1.1 / 2015-08-08
==================
* `iosj@3` test

@@ -5,0 +11,0 @@ * Update `accepts`@1.2.12

4

index.js

@@ -6,3 +6,3 @@ 'use strict';

* @subpackage main
* @version 2.0.0
* @version 2.2.0
* @author hex7c0 <hex7c0@gmail.com>

@@ -30,3 +30,3 @@ * @copyright 2010 Sencha Inc.

for (var i = 0; i < listeners.length; i++) {
for (var i = 0; i < listeners.length; ++i) {
on.apply(stream, listeners[i]);

@@ -33,0 +33,0 @@ }

{
"version": "2.1.1",
"version": "2.2.0",
"name": "compression-zlib",

@@ -26,3 +26,3 @@ "description": "Node.js compression middleware",

"dependencies": {
"accepts": "1.2.12",
"accepts": "1.2.13",
"bytes": "2.1.0",

@@ -37,4 +37,4 @@ "compressible": "2.0.5",

"istanbul": "~0.3",
"mocha": "~2.2",
"supertest": "~1.0"
"mocha": "~2.3",
"supertest": "~1.1"
},

@@ -41,0 +41,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc