Socket
Socket
Sign inDemoInstall

pako

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

2.1.0

Diff

Changelog

Source

[2.1.0] - 2022-11-07

Changed

  • Sync with zlib 1.2.12.

Fixed

  • Updated comments in tree.js for Babel compatibility, #262.
vitaly
published 2.0.4 •

Changelog

Source

[2.0.4] - 2021-07-29

Fixed

  • Use TextEncoder and TextDecoder if available, #228.
  • Use pre-generated fixtures instead of node.js zlib.
vitaly
published 2.0.3 •

Changelog

Source

[2.0.3] - 2021-01-09

Fixed

  • Add all files explicit to package exports (since behaviour changed after adding .export field)
vitaly
published 2.0.2 •

Changelog

Source

[2.0.2] - 2020-11-19

Fixed

  • Fix esm build named exports.
vitaly
published 2.0.1 •

Changelog

Source

[2.0.1] - 2020-11-17

Changed

  • Changed esm build .js => .mjs to fix node.js import.
  • Added module entry in package.json for some bundlers.
vitaly
published 2.0.0 •

Changelog

Source

[2.0.0] - 2020-11-17

Changed

  • Removed binary strings and Array support.
  • Removed fallbacks for TypedArray methods (.set(), .subarray()).
  • Rewritten top-level wrappers.
  • Removed support of Inflate & Deflate instance create without new.
  • Inflate.push() no longer needs second param (end is auto-detected).
  • Increased default inflate chunk size to 64K.
  • Moved exported constants to .constants.
  • Switched to es6. Legacy es5 builds available in /dist.
  • Added esm build.
  • Structure of /dist folder changed.
  • Upgraded build tools to modern ones.
vitaly
published 1.0.11 •

Changelog

Source

[1.0.11] - 2020-01-29

Fixed

  • Fix tests in node.js v12+, #179.
vitaly
published 1.0.10 •

Changelog

Source

[1.0.10] - 2019-02-28

Fixed

  • Fix minified version, #161.
vitaly
published 1.0.9 •

Changelog

Source

[1.0.9] - 2019-02-28

Fixed

  • Fix new Buffer() warning, #154.
vitaly
published 1.0.8 •

Changelog

Source

[1.0.8] - 2019-01-14

Fixed

  • Fix raw inflate with dictionary, #155.
234Next
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