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.1-beta.4 to 4.2.1

6

es2015.js

@@ -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.1-beta.4",
"version": "4.2.1",
"description": "Promise-based API for IndexedDB",

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

@@ -10,2 +10,4 @@ # Sklad: Promise-based API for IndexedDB

If you're using Sklad with a bundler like Webpack or Rollup, you can either `import sklad from 'sklad/es2015'` or even import as is if your bundler supports [jsnext:main](https://github.com/rollup/rollup/wiki/jsnext:main). Otherwise UMD code will be used.
## Open database ([details](https://github.com/1999/sklad/blob/master/docs/README_sklad_open.md))

@@ -12,0 +14,0 @@ ```javascript

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