leveldown
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [5.4.1] - 2019-10-26 | ||
### Fixed | ||
- Hide symbols on mac with `-fvisibility=hidden` ([#688](https://github.com/Level/leveldown/issues/688)) ([**@vweevers**](https://github.com/vweevers)) | ||
- Fix `test-gc` npm script ([#691](https://github.com/Level/leveldown/issues/691)) ([**@vweevers**](https://github.com/vweevers)) | ||
## [5.4.0] - 2019-10-19 | ||
@@ -1050,2 +1057,4 @@ | ||
[5.4.1]: https://github.com/Level/leveldown/compare/v5.4.0...v5.4.1 | ||
[5.4.0]: https://github.com/Level/leveldown/compare/v5.3.0...v5.4.0 | ||
@@ -1052,0 +1061,0 @@ |
{ | ||
"name": "leveldown", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "A low-level Node.js LevelDB binding", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"test": "standard && (nyc -s tape test/*-test.js | faucet) && nyc report", | ||
"test-gc": "npx -n=--expose-gc tape test/{cleanup,iterator-gc,chained-batch-gc}*-test.js", | ||
"test-gc": "node --expose-gc test/gc.js", | ||
"test-electron": "electron test/electron.js", | ||
@@ -13,0 +13,0 @@ "test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
4507726
3