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

datastore-level

Package Overview
Dependencies
Maintainers
4
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 9.0.3 to 9.0.4

2

dist/src/index.d.ts

@@ -50,3 +50,3 @@ /**

*/
queryKeys(q: KeyQuery): AsyncIterable<Key>;
queryKeys(q: KeyQuery): AsyncGenerator<Key, void, undefined>;
/**

@@ -53,0 +53,0 @@ * @param {object} opts

{
"name": "datastore-level",
"version": "9.0.3",
"version": "9.0.4",
"description": "Datastore implementation with level(up|down) backend",

@@ -168,3 +168,3 @@ "author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",

"it-filter": "^2.0.0",
"it-map": "^1.0.5",
"it-map": "^2.0.0",
"it-sort": "^2.0.0",

@@ -171,0 +171,0 @@ "it-take": "^2.0.0",

Sorry, the diff of this file is too big to display

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