Socket
Socket
Sign inDemoInstall

minizlib

Package Overview
Dependencies
3
Maintainers
9
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

3

constants.js
// pull the version number that node is using
const { ZLIB_VERNUM } = require('zlib').constants
const { ZLIB_VERNUM } = require('zlib').constants ||
/* istanbul ignore next */ { ZLIB_VERNUM: 4736 }
module.exports = Object.freeze(Object.assign(Object.create(null), {

@@ -4,0 +5,0 @@ Z_NO_FLUSH: 0,

{
"name": "minizlib",
"version": "1.3.1",
"version": "1.3.2",
"description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",

@@ -5,0 +5,0 @@ "main": "index.js",

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