New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lzma

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lzma - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm",
"version": "2.1.8",
"version": "2.1.9",
"homepage": "http://nmrugg.github.com/LZMA-JS/",

@@ -8,0 +8,0 @@ "repository": {

@@ -53,3 +53,3 @@ LZMA Everywhere

/// To decompress:
///NOTE: The result will be returned as a string if it is printable text; otherwise, it will return an array of bytes.
///NOTE: The result will be returned as a string if it is printable text; otherwise, it will return an array of signed bytes.
my_lzma.decompress(byte_array, on_finish(result) {}, on_progress(percent) {});

@@ -56,0 +56,0 @@

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