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 5.0.0 to 5.0.1

10

CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [5.0.1] - 2019-03-29
### Fixed
- Temporarily skip `hallmark` test because it breaks CITGM ([#145](https://github.com/Level/level/issues/145)) ([**@vweevers**](https://github.com/vweevers))
## [5.0.0] - 2019-03-29

@@ -343,4 +349,6 @@

[unreleased]: https://github.com/level/level/compare/v5.0.0...HEAD
[unreleased]: https://github.com/level/level/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/level/level/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/level/level/compare/v4.0.0...v5.0.0

@@ -347,0 +355,0 @@

4

package.json
{
"name": "level",
"version": "5.0.0",
"version": "5.0.1",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",

@@ -8,3 +8,3 @@ "license": "MIT",

"scripts": {
"test": "standard && hallmark && nyc node test.js && verify-travis-appveyor",
"test": "standard && nyc node test.js && verify-travis-appveyor",
"test-browser-local": "airtap --local test-browser.js",

@@ -11,0 +11,0 @@ "coverage": "nyc report --reporter=text-lcov | coveralls",

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