Socket
Socket
Sign inDemoInstall

browserify-zlib

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

4

package.json
{
"name": "browserify-zlib",
"version": "0.1.3",
"version": "0.1.4",
"description": "Full zlib module for browserify",

@@ -11,3 +11,3 @@ "keywords": ["zlib", "browserify"],

"dependencies": {
"pako": "~0.1.1"
"pako": "~0.2.0"
},

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

@@ -164,7 +164,7 @@ var msg = require('pako/lib/zlib/messages');

strm.avail_in = in_len;
strm.next_in = input;
strm.next_in_index = in_off;
strm.input = input;
strm.next_in = in_off;
strm.avail_out = out_len;
strm.next_out = out;
strm.next_out_index = out_off;
strm.output = out;
strm.next_out = out_off;

@@ -171,0 +171,0 @@ switch (this.mode) {

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