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 0.0.0 to 1.0.0

dist/typedoc-urls.json

2

dist/src/index.d.ts

@@ -22,3 +22,3 @@ import type { Options, Pair } from 'interface-blockstore';

private readonly opts;
private base;
private readonly base;
constructor(path: string | Level<string, Uint8Array>, init?: LevelBlockstoreInit);

@@ -25,0 +25,0 @@ open(): Promise<void>;

{
"name": "blockstore-level",
"version": "0.0.0",
"version": "1.0.0",
"description": "Blockstore implementation with level(up|down) backend",

@@ -144,3 +144,4 @@ "license": "Apache-2.0 OR MIT",

"test:electron-main": "aegir test -t electron-main",
"dep-check": "aegir dep-check"
"dep-check": "aegir dep-check",
"docs": "aegir docs"
},

@@ -150,6 +151,3 @@ "dependencies": {

"interface-blockstore": "^5.0.0",
"it-filter": "^2.0.0",
"it-map": "^2.0.0",
"it-sort": "^2.0.0",
"it-take": "^2.0.0",
"interface-store": "^4.0.0",
"level": "^8.0.0",

@@ -156,0 +154,0 @@ "multiformats": "^11.0.2"

@@ -14,2 +14,3 @@ # blockstore-level <!-- omit in toc -->

- [Browser `<script>` tag](#browser-script-tag)
- [API Docs](#api-docs)
- [License](#license)

@@ -32,2 +33,6 @@ - [Contribute](#contribute)

## API Docs
- <https://ipfs.github.io/js-blockstore-level>
## License

@@ -34,0 +39,0 @@

@@ -26,3 +26,3 @@ import type { Options, Pair } from 'interface-blockstore'

private readonly opts: OpenOptions
private base: MultibaseCodec<string>
private readonly base: MultibaseCodec<string>

@@ -29,0 +29,0 @@ constructor (path: string | Level<string, Uint8Array>, init: LevelBlockstoreInit = {}) {

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