Socket
Socket
Sign inDemoInstall

sklad

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3-beta.1

2

CHANGELOG.md

@@ -1,2 +0,2 @@

## 4.2.2
## 4.2.3

@@ -3,0 +3,0 @@ * fix: race condition when using multiple connections for one database

@@ -29,4 +29,4 @@ /**

import KinoPromise from 'kinopromise';
import uuid from 'lib/uuid';
import {createError, ensureError} from 'lib/error';
import uuid from './lib/uuid';
import {createError, ensureError} from './lib/error';

@@ -42,3 +42,3 @@ import {

SORT_DESC_UNIQUE
} from 'lib/env';
} from './lib/env';

@@ -45,0 +45,0 @@ const skladAPI = {};

{
"name": "sklad",
"version": "4.2.2",
"version": "4.2.3-beta.1",
"description": "Promise-based API for IndexedDB",

@@ -5,0 +5,0 @@ "directories": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc