node-unrar-js
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,8 @@ | ||
## [2.0.2](https://github.com/YuJianrong/node-unrar.js/compare/v2.0.1...v2.0.2) (2023-11-28) | ||
### Bug Fixes | ||
* remove the postinstall script which should not be executed when installed on user side ([#329](https://github.com/YuJianrong/node-unrar.js/issues/329)) ([16b4e3c](https://github.com/YuJianrong/node-unrar.js/commit/16b4e3c0fca8602392d7f492830867b05e762f4a)), closes [#324](https://github.com/YuJianrong/node-unrar.js/issues/324) | ||
## [2.0.1](https://github.com/YuJianrong/node-unrar.js/compare/v2.0.0...v2.0.1) (2023-11-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "node-unrar-js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Pure JavaScript RAR archive extractor by compile the official unrar lib by Emscripten.", | ||
@@ -14,2 +14,3 @@ "homepage": "https://github.com/YuJianrong/node-unrar.js", | ||
"prepare": "husky install", | ||
"downloadUnrarSrc": "wget https://www.rarlab.com/rar/unrarsrc-6.1.7.tar.gz && tar -xf unrarsrc-6.1.7.tar.gz -C src/cpp && rm -rf unrarsrc-6.1.7.tar.gz && husky install", | ||
"clean": "rm -rf dist coverage dist_map esm", | ||
@@ -23,3 +24,2 @@ "clean:test": "rm -rf dist/test dist/build esm/test esm/build dist/**/*.map esm/**/*.map", | ||
"build:release": "npm run clean && tsc && node ./dist/build/make.js release && tsc -p tsconfig-esm.json && node ./dist/build/make.js release esm", | ||
"postinstall": "wget https://www.rarlab.com/rar/unrarsrc-6.1.7.tar.gz && tar -xf unrarsrc-6.1.7.tar.gz -C src/cpp && rm -rf unrarsrc-6.1.7.tar.gz", | ||
"test": "mocha dist/test/*.spec.js", | ||
@@ -26,0 +26,0 @@ "test:debug": "npm run test -- --inspect-brk" |
@@ -212,3 +212,3 @@ # node-unrar-js | ||
`npm run prepare` | ||
`npm run downloadUnrarSrc` | ||
@@ -215,0 +215,0 @@ - Build for debug: |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
611964
0
0