lzma-native
Advanced tools
Comparing version 8.0.5 to 8.0.6
# Changelog for lzma-native | ||
## 8.0.6, Jan 18 2022 | ||
* [[`5bdb4b047c`](https://github.com/addaleax/lzma-native/commit/5bdb4b047c)] - **ci**: use npm instead of yarn (Anna Henningsen) | ||
* [[`204dfca905`](https://github.com/addaleax/lzma-native/commit/204dfca905)] - *Revert* "*Revert* "**ci**: set llvm_version to 0.0 on non-macOS hosts for prebuilds"" (Anna Henningsen) | ||
* [[`8c324b2672`](https://github.com/addaleax/lzma-native/commit/8c324b2672)] - *Revert* "**ci**: set llvm_version to 0.0 on non-macOS hosts for prebuilds" (Anna Henningsen) | ||
* [[`4639d45d73`](https://github.com/addaleax/lzma-native/commit/4639d45d73)] - **ci**: set llvm_version to 0.0 on non-macOS hosts for prebuilds (Anna Henningsen) | ||
* [[`d5164b3ded`](https://github.com/addaleax/lzma-native/commit/d5164b3ded)] - **test**: bump mocha timeout (Anna Henningsen) | ||
* [[`0ddd17aed8`](https://github.com/addaleax/lzma-native/commit/0ddd17aed8)] - **build**: fix dyld load error on Apple Silicon (#128) (tylinux) | ||
## 8.0.5, Jan 11 2022 | ||
@@ -4,0 +13,0 @@ |
@@ -14,3 +14,3 @@ (function() { | ||
// Please do not update this version except as part of a release commit. | ||
exports.version = '8.0.5'; | ||
exports.version = '8.0.6'; | ||
@@ -17,0 +17,0 @@ var Stream = exports.Stream; |
{ | ||
"name": "lzma-native", | ||
"version": "8.0.5", | ||
"version": "8.0.6", | ||
"engines": { | ||
@@ -36,5 +36,5 @@ "node": ">=10.0.0" | ||
"install": "node-gyp-build", | ||
"prebuild": "prebuildify --napi --tag-armv", | ||
"prebuild": "prebuildify --napi --electron-compat", | ||
"prepack": "[ $(ls prebuilds | wc -l) = '6' ] || (echo 'Some prebuilds are missing'; exit 1)", | ||
"test": "mocha --expose-gc -s 1000 -t 5000", | ||
"test": "mocha --expose-gc -s 1000 -t 15000", | ||
"prepare": "npm run prepare-win32 || true", | ||
@@ -52,4 +52,4 @@ "prepare-win32": "cd deps && 7z x -y xz-5.2.3-windows.7z bin_i686/liblzma.dll bin_x86-64/liblzma.dll include doc/liblzma.def", | ||
"mocha": "^8.3.1", | ||
"prebuildify": "^3.0.4" | ||
"prebuildify": "^5.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
5
8086107