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.0.1 to 2.0.2

bin/awordlist

31

package.json
{
"author": "Nathan Rugg <nmrugg@gmail.com>",
"name": "lzma",
"description": "A standalone JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm",
"version": "2.0.1",
"homepage": "http://nmrugg.github.com/LZMA-JS/",
"repository": {
"type": "git",
"url": "git://github.com/nmrugg/LZMA-JS.git"
},
"main": "lzma.js",
"readme": "readme.md",
"devDependencies": {
"uglify-js": "~2.4.16"
}
"author": "Nathan Rugg <nmrugg@gmail.com>",
"name": "lzma",
"description": "A JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm",
"version": "2.0.2",
"homepage": "http://nmrugg.github.com/LZMA-JS/",
"repository": {
"type": "git",
"url": "git://github.com/nmrugg/LZMA-JS.git"
},
"main": "lzma.js",
"readme": "readme.md",
"bin": {
"lzma.js": "bin/lzma.js"
},
"devDependencies": {
"uglify-js": "~2.4.16"
}
}

@@ -20,3 +20,3 @@ LZMA in a Browser

| lzma-c.js | compression | 22.7 KB | 9.0 KB |
| lzma-d.js | decompression | 10.5 KB | 4.4 KB |
| lzma-d.js | decompression | 10.5 KB | 4.3 KB |

@@ -23,0 +23,0 @@ Demos

@@ -1235,3 +1235,3 @@ ///NOTE: This file was generated by minify.js from lzma_worker.js. Do no modify.

while ($execute(this$static.d)) {
if (++i%1000 == 0 && (new Date()).getTime() - start > 200) {
if (++i % 1000 == 0 && (new Date()).getTime() - start > 200) {
if (has_progress) {

@@ -1238,0 +1238,0 @@ percent = toDouble(this$static.d.chunker.decoder.nowPos64) / toDouble(this$static.d.length_0);

Sorry, the diff of this file is too big to display

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