Socket
Socket
Sign inDemoInstall

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 10.0.2 to 10.1.0

dist/typedoc-urls.json

21

package.json
{
"name": "datastore-level",
"version": "10.0.2",
"version": "10.1.0",
"description": "Datastore implementation with level(up|down) backend",
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-datastore-level#readme",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/datastore-level#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-datastore-level.git"
"url": "git+https://github.com/ipfs/js-stores.git"
},
"bugs": {
"url": "https://github.com/ipfs/js-datastore-level/issues"
"url": "https://github.com/ipfs/js-stores/issues"
},

@@ -148,7 +148,7 @@ "keywords": [

"dependencies": {
"datastore-core": "^9.0.4",
"interface-datastore": "^8.1.2",
"it-filter": "^2.0.0",
"it-map": "^2.0.0",
"it-sort": "^2.0.0",
"datastore-core": "^9.0.0",
"interface-datastore": "^8.0.0",
"it-filter": "^2.0.1",
"it-map": "^2.0.1",
"it-sort": "^2.0.1",
"it-take": "^2.0.0",

@@ -162,3 +162,6 @@ "level": "^8.0.0"

"memory-level": "^1.0.0"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

@@ -5,4 +5,4 @@ # datastore-level <!-- omit in toc -->

[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-datastore-level.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-datastore-level)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-datastore-level/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-datastore-level/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-stores/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-stores/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

@@ -18,2 +18,3 @@ > Datastore implementation with level(up|down) backend

- [Database names](#database-names)
- [API Docs](#api-docs)
- [License](#license)

@@ -74,2 +75,6 @@ - [Contribute](#contribute)

## API Docs
- <https://ipfs.github.io/js-stores/modules/datastore_level.html>
## License

@@ -84,3 +89,3 @@

Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-datastore-level/issues).
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-stores/issues).

@@ -87,0 +92,0 @@ Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.

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