Socket
Socket
Sign inDemoInstall

unbzip2-stream

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

11

package.json
{
"name": "unbzip2-stream",
"version": "1.2.4",
"version": "1.2.5",
"description": "streaming unbzip2 implementation in pure javascript for node and browsers",

@@ -15,5 +15,5 @@ "keywords": [

"scripts": {
"prepublish": "browserify -s unbzip2Stream index.js | uglifyjs >> dist/unbzip2-stream.min.js",
"prepare": "browserify -s unbzip2Stream index.js | uglifyjs >> dist/unbzip2-stream.min.js",
"browser-test": "browserify -t brfs test/simple.js | tape-run2 -b phantomjs",
"prepare-long-test": "dd if=/dev/urandom of=test/fixtures/vmlinux.bin bs=50m count=2 && cat test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
"prepare-long-test": "dd if=/dev/urandom of=test/fixtures/vmlinux.bin bs=50x1024x1024 count=2 && cat test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
"long-test": "tape test/extra/long.js",

@@ -32,4 +32,5 @@ "download-test": "beefy test/browser/long.js --open -- -t brfs",

"files": [
"dist/unbzip2-stream.min.js",
"lib"
"index.js",
"lib",
"dist/unbzip2-stream.min.js"
],

@@ -36,0 +37,0 @@ "main": "index.js",

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

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