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

datastore-level

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-level - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [4.0.0](https://github.com/ipfs/js-datastore-level/compare/v3.0.0...v4.0.0) (2021-01-29)
### chore
* **deps:** bump level from 5.0.1 to 6.0.1 ([#31](https://github.com/ipfs/js-datastore-level/issues/31)) ([06853bd](https://github.com/ipfs/js-datastore-level/commit/06853bd389f1f0c8cd00d12219040a903ed48633))
### BREAKING CHANGES
* **deps:** requires an upgrade to existing datastores created in the browser with level-js@4 or below
# [3.0.0](https://github.com/ipfs/js-datastore-level/compare/v2.0.0...v3.0.0) (2021-01-22)

@@ -2,0 +16,0 @@

4

package.json
{
"name": "datastore-level",
"version": "3.0.0",
"version": "4.0.0",
"description": "Datastore implementation with level(up|down) backend",

@@ -47,3 +47,3 @@ "leadMaintainer": "Pedro Teixeira <pedro@protocol.ai>",

"interface-datastore": "^3.0.3",
"level": "^5.0.1"
"level": "^6.0.1"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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