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

levelup

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levelup - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

12

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [4.3.2] - 2019-10-04
### Changed
- Upgrade `deferred-leveldown` from `~5.2.1` to `~5.3.0` ([#682](https://github.com/Level/levelup/issues/682)) ([**@vweevers**](https://github.com/vweevers)). This fixes the manifest added in 4.3.0.
### Added
- Test manifest integration with `deferred-leveldown` ([#681](https://github.com/Level/levelup/issues/681)) ([**@vweevers**](https://github.com/vweevers))
## [4.3.1] - 2019-10-03

@@ -1093,2 +1103,4 @@

[4.3.2]: https://github.com/Level/levelup/compare/v4.3.1...v4.3.2
[4.3.1]: https://github.com/Level/levelup/compare/v4.3.0...v4.3.1

@@ -1095,0 +1107,0 @@

4

package.json
{
"name": "levelup",
"version": "4.3.1",
"version": "4.3.2",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",

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

"dependencies": {
"deferred-leveldown": "~5.2.1",
"deferred-leveldown": "~5.3.0",
"level-errors": "~2.0.0",

@@ -20,0 +20,0 @@ "level-iterator-stream": "~4.0.0",

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