Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

level

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

15

CHANGELOG.md

@@ -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

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc