Socket
Socket
Sign inDemoInstall

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.3 to 6.1.4

2

build/cjs/entry.d.ts

@@ -324,3 +324,3 @@ export interface OpenDBCallbacks<DBTypes extends DBSchema | unknown> {

*/
readonly objectStoreNames: TxStores;
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>;
/**

@@ -327,0 +327,0 @@ * The transaction's connection.

@@ -324,3 +324,3 @@ export interface OpenDBCallbacks<DBTypes extends DBSchema | unknown> {

*/
readonly objectStoreNames: TxStores;
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>;
/**

@@ -327,0 +327,0 @@ * The transaction's connection.

{
"name": "idb",
"version": "6.1.3",
"version": "6.1.4",
"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