Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,14 @@ # Changelog | ||
## [3.0.1] - 2018-05-05 | ||
### Added | ||
* Travis: add 10 (@ralphtheninja) | ||
### Changed | ||
* Update `standard` to `^11.0.0` (@ralphtheninja) | ||
* Fix typo in README (@rasmuserik) | ||
### Fixed | ||
* Fix postinstall failures with OpenCollective (@vweevers) | ||
## [3.0.0] - 2018-02-17 | ||
@@ -236,3 +248,4 @@ | ||
[Unreleased]: https://github.com/level/level/compare/v3.0.0...HEAD | ||
[Unreleased]: https://github.com/level/level/compare/v3.0.1...HEAD | ||
[3.0.1]: https://github.com/level/level/compare/v3.0.0...v3.0.1 | ||
[3.0.0]: https://github.com/level/level/compare/v2.1.2...v3.0.0 | ||
@@ -239,0 +252,0 @@ [2.1.2]: https://github.com/level/level/compare/v2.1.1...v2.1.2 |
{ | ||
"name": "level", | ||
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"contributors": [ | ||
@@ -41,3 +41,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"devDependencies": { | ||
"standard": "^10.0.3", | ||
"standard": "^11.0.0", | ||
"tape": "^4.2.2" | ||
@@ -47,3 +47,3 @@ }, | ||
"test": "standard && node test.js", | ||
"postinstall": "opencollective postinstall" | ||
"postinstall": "opencollective postinstall || exit 0" | ||
}, | ||
@@ -50,0 +50,0 @@ "engines": { |
@@ -71,3 +71,3 @@ # level | ||
* [<code>db.<b>isOpen()</b></code>](#isOpen) | ||
* [<code>db.<b>iClosed()</b></code>](#isClosed) | ||
* [<code>db.<b>isClosed()</b></code>](#isClosed) | ||
* [<code>db.<b>createReadStream()</b></code>](#createReadStream) | ||
@@ -74,0 +74,0 @@ * [<code>db.<b>createKeyStream()</b></code>](#createKeyStream) |
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
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
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
36691