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.2 to 0.3.3

2

build/index.js

@@ -149,3 +149,3 @@ 'use strict';

dbConnection.onerror = function (evt) {
reject(Error(evt.target.error));
reject(evt.target.error);
};

@@ -152,0 +152,0 @@

@@ -111,3 +111,3 @@ 'use strict';

dbConnection.onerror = function (evt) {
reject(Error(evt.target.error));
reject(evt.target.error);
};

@@ -114,0 +114,0 @@

{
"name": "zapier-async-storage",
"version": "0.3.2",
"version": "0.3.3",
"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