Comparing version 2.0.1 to 2.0.2
{ | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
9261929
36
10968
7