leveldown
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.0.2] - 2018-05-05 | ||
### Changed | ||
* Support compilation on iOS (@agentilela) | ||
* Support compilation on Android x86 (@luandro) | ||
* Upgrade to `prebuild-install@^4.0.0` (@ralphtheninja) | ||
## [3.0.1] - 2018-04-26 | ||
@@ -666,3 +673,4 @@ | ||
[Unreleased]: https://github.com/level/leveldown/compare/v3.0.1...HEAD | ||
[Unreleased]: https://github.com/level/leveldown/compare/v3.0.2...HEAD | ||
[3.0.2]: https://github.com/level/leveldown/compare/v3.0.1...v3.0.2 | ||
[3.0.1]: https://github.com/level/leveldown/compare/v3.0.0...v3.0.1 | ||
@@ -669,0 +677,0 @@ [3.0.0]: https://github.com/level/leveldown/compare/v2.1.1...v3.0.0 |
{ | ||
"name": "leveldown", | ||
"description": "A low-level Node.js LevelDB binding", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"contributors": [ | ||
@@ -39,3 +39,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"nan": "~2.10.0", | ||
"prebuild-install": "^2.1.0" | ||
"prebuild-install": "^4.0.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
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
2889956
+ Addedprebuild-install@4.0.0(transitive)
- Removedprebuild-install@2.5.3(transitive)
Updatedprebuild-install@^4.0.0