You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

safari-14-idb-fix

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 2.0.0

dist/cjs-compat/index.cjs

2

dist/cjs-compat/index.d.ts

@@ -5,5 +5,3 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/
export default function idbReady(): Promise<void>;
//# sourceMappingURL=index.d.ts.map

@@ -5,5 +5,3 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/
export default function idbReady(): Promise<void>;
//# sourceMappingURL=index.d.ts.map

@@ -5,5 +5,3 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/
export default function idbReady(): Promise<void>;
//# sourceMappingURL=index.d.ts.map

@@ -5,3 +5,2 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/

@@ -8,0 +7,0 @@ function idbReady() {

@@ -5,5 +5,3 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/
export default function idbReady(): Promise<void>;
//# sourceMappingURL=index.d.ts.map

@@ -5,3 +5,2 @@ /**

* The only solution is to keep nudging it until it's awake.
* This probably creates garbage, but garbage is better than totally failing.
*/

@@ -8,0 +7,0 @@ function idbReady() {

{
"name": "safari-14-idb-fix",
"version": "1.0.6",
"version": "2.0.0",
"description": "Working around a Safari 14 IndexedDB bug",

@@ -17,4 +17,6 @@ "homepage": "https://github.com/jakearchibald/safari-14-idb-fix",

},
"type": "module",
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"prepack": "npm run build"
},

@@ -21,0 +23,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc