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.0 to 0.3.1

7

build/index.js

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

function getIndexedDB() {
var getIndexedDB = function getIndexedDB() {
if (typeof window.indexedDB !== 'undefined') {

@@ -28,3 +28,3 @@ return window.indexedDB;

throw new Error('Unable to find IndexedDB');
}
};

@@ -135,4 +135,2 @@ var READ_ONLY = 'readonly';

// console.info('dbConnection.onupgradeneeded', { name, storeName, oldVersion, newVersion });
try {

@@ -492,1 +490,2 @@ dbInstance.createObjectStore(storeName);

exports.createStorageInstance = createInstance;
exports.getIndexedDB = getIndexedDB;

@@ -95,4 +95,2 @@ 'use strict';

// console.info('dbConnection.onupgradeneeded', { name, storeName, oldVersion, newVersion });
try {

@@ -99,0 +97,0 @@ dbInstance.createObjectStore(storeName);

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

});
function getIndexedDB() {
var getIndexedDB = function getIndexedDB() {
if (typeof window.indexedDB !== 'undefined') {

@@ -25,4 +25,4 @@ return window.indexedDB;

throw new Error('Unable to find IndexedDB');
}
};
exports.default = getIndexedDB;
{
"name": "zapier-async-storage",
"version": "0.3.0",
"version": "0.3.1",
"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