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

idb

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb - npm Package Compare versions

Comparing version 6.1.4 to 6.1.5

4

build/cjs/wrap-idb-value.d.ts

@@ -26,4 +26,4 @@ import { IDBPCursor, IDBPCursorWithValue, IDBPDatabase, IDBPIndex, IDBPObjectStore, IDBPTransaction } from './entry';

(value: IDBPDatabase): IDBDatabase;
(value: IDBPIndex<any, any, any, any>): IDBIndex;
(value: IDBPObjectStore<any, any, any>): IDBObjectStore;
(value: IDBPIndex<any, any, any, any, any>): IDBIndex;
(value: IDBPObjectStore<any, any, any, any>): IDBObjectStore;
(value: IDBPTransaction<any, any, any>): IDBTransaction;

@@ -30,0 +30,0 @@ <T extends any>(value: Promise<IDBPDatabase<T>>): IDBOpenDBRequest;

@@ -26,4 +26,4 @@ import { IDBPCursor, IDBPCursorWithValue, IDBPDatabase, IDBPIndex, IDBPObjectStore, IDBPTransaction } from './entry';

(value: IDBPDatabase): IDBDatabase;
(value: IDBPIndex<any, any, any, any>): IDBIndex;
(value: IDBPObjectStore<any, any, any>): IDBObjectStore;
(value: IDBPIndex<any, any, any, any, any>): IDBIndex;
(value: IDBPObjectStore<any, any, any, any>): IDBObjectStore;
(value: IDBPTransaction<any, any, any>): IDBTransaction;

@@ -30,0 +30,0 @@ <T extends any>(value: Promise<IDBPDatabase<T>>): IDBOpenDBRequest;

{
"name": "idb",
"version": "6.1.4",
"version": "6.1.5",
"description": "A small wrapper that makes IndexedDB usable",

@@ -5,0 +5,0 @@ "main": "build/cjs/index.js",

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