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

blockstore-level

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockstore-level - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

4

dist/typedoc-urls.json
{
"LevelBlockstore": "https://ipfs.github.io/js-blockstore-level/classes/LevelBlockstore.html",
"LevelBlockstoreInit": "https://ipfs.github.io/js-blockstore-level/interfaces/LevelBlockstoreInit.html"
"LevelBlockstore": "https://ipfs.github.io/js-stores/classes/LevelBlockstore.html",
"LevelBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/LevelBlockstoreInit.html"
}
{
"name": "blockstore-level",
"version": "1.0.1",
"version": "1.1.0",
"description": "Blockstore implementation with level(up|down) backend",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-blockstore-level#readme",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-level#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-blockstore-level.git"
"url": "git+https://github.com/ipfs/js-stores.git"
},
"bugs": {
"url": "https://github.com/ipfs/js-blockstore-level/issues"
"url": "https://github.com/ipfs/js-stores/issues"
},

@@ -49,3 +49,3 @@ "keywords": [

"branches": [
"main"
"master"
],

@@ -149,5 +149,5 @@ "plugins": [

"dependencies": {
"blockstore-core": "^4.0.2",
"interface-blockstore": "^5.1.1",
"interface-store": "^5.0.1",
"blockstore-core": "^4.0.0",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"level": "^8.0.0",

@@ -161,3 +161,6 @@ "multiformats": "^11.0.2"

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

@@ -5,4 +5,4 @@ # blockstore-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-blockstore-level.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-blockstore-level)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-blockstore-level/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/js-blockstore-level/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
[![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)

@@ -35,3 +35,3 @@ > Blockstore implementation with level(up|down) backend

- <https://ipfs.github.io/js-blockstore-level>
- <https://ipfs.github.io/js-stores/modules/blockstore_level.html>

@@ -47,3 +47,3 @@ ## License

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

@@ -50,0 +50,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