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 2.0.2 to 2.0.3

4

lib/idb.d.ts

@@ -125,3 +125,3 @@ /** This is your entry point to the API. It's exposed to the global scope unless you're using a module system such as browserify, in which case it's the exported object. */

/** Wrapper of IDBObjectStore that presents the asynchronous operations as Promises. */
export interface ObjectStore : HasCursor {
export interface ObjectStore extends HasCursor {
/** The name of this object store. Settable only during upgrades. */

@@ -211,3 +211,3 @@ name: string;

/** Wrapper of IDBIndex that presents the asynchronous operations as Promises. */
export interface Index : HasCursor {
export interface Index extends HasCursor {
/** The name of this index. */

@@ -214,0 +214,0 @@ readonly name: string;

{
"name": "idb",
"version": "2.0.2",
"version": "2.0.3",
"description": "IndexedDB but with promises",

@@ -5,0 +5,0 @@ "main": "lib/node.js",

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