Socket
Socket
Sign inDemoInstall

idb-keyval

Package Overview
Dependencies
1
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.2 to 5.1.3

2

package.json
{
"name": "idb-keyval",
"version": "5.1.2",
"version": "5.1.3",
"description": "A super-simple-small keyval store built on top of IndexedDB",

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

@@ -46,9 +46,9 @@ # IDB-Keyval

These built versions are also available on unpkg, e.g.:
These built versions are also available on jsDelivr, e.g.:
```html
<script src="https://unpkg.com/idb-keyval@5/dist/iife/index-min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/idb-keyval@5/dist/iife/index-min.js"></script>
<!-- Or in modern browsers: -->
<script type="module">
import { get, set } from 'https://unpkg.com/idb-keyval@5?module';
import { get, set } from 'https://cdn.jsdelivr.net/npm/idb-keyval@5/+esm';
</script>

@@ -55,0 +55,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc