Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "idb", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A small wrapper that makes IndexedDB usable", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs/index.js", |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var index_js = require('./build/esm/index.js'); | ||
require('./build/esm/async-iterators.js'); | ||
var index_js = require('./build/cjs/index.js'); | ||
require('./build/cjs/async-iterators.js'); | ||
Object.keys(index_js).forEach(function (key) { exports[key] = index_js[key]; }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199773