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

blockstore-idb

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockstore-idb - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

4

dist/src/index.d.ts

@@ -19,3 +19,3 @@ /**

import type { MultibaseCodec } from 'multiformats/bases/interface';
export interface IDBDatastoreInit {
export interface IDBBlockstoreInit {
/**

@@ -41,3 +41,3 @@ * A prefix to use for all database keys (default: '')

private readonly base;
constructor(location: string, init?: IDBDatastoreInit);
constructor(location: string, init?: IDBBlockstoreInit);
open(): Promise<void>;

@@ -44,0 +44,0 @@ close(): Promise<void>;

{
"IDBBlockstore": "https://ipfs.github.io/js-stores/classes/blockstore_idb.IDBBlockstore.html",
".:IDBBlockstore": "https://ipfs.github.io/js-stores/classes/blockstore_idb.IDBBlockstore.html",
"IDBDatastoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBDatastoreInit.html",
".:IDBDatastoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBDatastoreInit.html"
"IDBBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBBlockstoreInit.html",
".:IDBBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBBlockstoreInit.html"
}
{
"name": "blockstore-idb",
"version": "1.1.5",
"version": "1.1.6",
"description": "Blockstore implementation with IndexedDB backend",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -28,3 +28,3 @@ /**

export interface IDBDatastoreInit {
export interface IDBBlockstoreInit {
/**

@@ -53,3 +53,3 @@ * A prefix to use for all database keys (default: '')

constructor (location: string, init: IDBDatastoreInit = {}) {
constructor (location: string, init: IDBBlockstoreInit = {}) {
super()

@@ -56,0 +56,0 @@

Sorry, the diff of this file is not supported yet

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