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 1.2.0 to 1.2.1

4

lib/idb.d.ts

@@ -46,4 +46,4 @@ declare var idb: IDBStatic

put(value: any, key?: IDBKeyRange | IDBValidKey): Promise<void>
add(value: any, key?: IDBKeyRange | IDBValidKey): Promise<void>
put(value: any, key?: IDBKeyRange | IDBValidKey): Promise<IDBValidKey>
add(value: any, key?: IDBKeyRange | IDBValidKey): Promise<IDBValidKey>
delete(key: IDBKeyRange | IDBValidKey): Promise<void>

@@ -50,0 +50,0 @@ clear(): Promise<void>

{
"name": "idb",
"version": "1.2.0",
"version": "1.2.1",
"description": "IndexedDB but with promises",

@@ -5,0 +5,0 @@ "main": "lib/idb.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