Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unbzip2-stream

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbzip2-stream - npm Package Compare versions

Comparing version 1.0.11 to 1.1.0

13

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

@@ -15,2 +15,3 @@ "keywords": [

"scripts": {
"publish": "browserify -s unbzip2Stream index.js | uglifyjs >> dist/unbzip2-stream.min.js",
"prepublish": "rm test/fixtures/vmlinux.bin* || exit 0",

@@ -31,11 +32,15 @@ "browser-test": "browserify -t brfs test/simple.js | tape-run2 -b phantomjs",

},
"files": [
"dist/unbzip2-stream.min.js"
],
"main": "index.js",
"devDependencies": {
"beefy": "^2.1.2",
"brfs": "^1.2.0",
"browserify": "^8.1.0",
"concat-stream": "^1.4.7",
"tape": "^3.4.0",
"concat-stream": "^1.4.7",
"tape-run2": "^1.0.3",
"brfs": "^1.2.0",
"throughout": "0.0.0",
"beefy": "^2.1.2"
"uglify-js": "^3.0.10"
},

@@ -42,0 +47,0 @@ "dependencies": {

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