unbzip2-stream
Advanced tools
Comparing version 1.0.11 to 1.1.0
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
1
5432
8
3
79