Socket
Socket
Sign inDemoInstall

zapier-async-storage

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-async-storage - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

build/index.js

@@ -151,5 +151,3 @@ 'use strict';

// See https://mzl.la/2wCPech
if (dbConnection.error && dbConnection.error.name === 'InvalidStateError') {
evt.preventDefault();
}
evt.preventDefault();

@@ -156,0 +154,0 @@ reject(evt.target.error);

@@ -113,5 +113,3 @@ 'use strict';

// See https://mzl.la/2wCPech
if (dbConnection.error && dbConnection.error.name === 'InvalidStateError') {
evt.preventDefault();
}
evt.preventDefault();

@@ -118,0 +116,0 @@ reject(evt.target.error);

{
"name": "zapier-async-storage",
"version": "0.3.4",
"version": "0.3.5",
"description": "Minimalist wrapper for IndexedDB",

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