Socket
Socket
Sign inDemoInstall

datastore-level

Package Overview
Dependencies
Maintainers
2
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 10.1.7 to 10.1.8

2

dist/src/index.js

@@ -100,3 +100,3 @@ /**

}
throw Errors.dbWriteFailedError(err);
throw Errors.dbReadFailedError(err);
}

@@ -103,0 +103,0 @@ return data;

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

@@ -5,0 +5,0 @@ "author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",

@@ -12,2 +12,17 @@ # datastore-level

<!--
!IMPORTANT!
Everything in this README between "# About" and "# Install" is automatically
generated and will be overwritten the next time the doc generator is run.
To make changes to this section, please update the @packageDocumentation section
of src/index.js or src/index.ts
To experiment with formatting, please run "npm run docs" from the root of this
repo and examine the changes made.
-->
A Datastore implementation that uses a flavour of [Level](https://leveljs.org/) as a backend.

@@ -14,0 +29,0 @@

@@ -121,3 +121,3 @@ /**

throw Errors.dbWriteFailedError(err)
throw Errors.dbReadFailedError(err)
}

@@ -124,0 +124,0 @@ return data

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