Socket
Socket
Sign inDemoInstall

dexie

Package Overview
Dependencies
Maintainers
2
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexie - npm Package Compare versions

Comparing version 4.0.1-alpha.22 to 4.0.1-alpha.23

6

dist/dexie.d.ts

@@ -7,3 +7,3 @@ /*

*
* Version 4.0.1-alpha.22, Wed Jun 14 2023
* Version 4.0.1-alpha.23, Tue Jul 04 2023
*

@@ -805,3 +805,5 @@ * https://dexie.org

transaction<U>(mode: TransactionMode, table: string | Table, table2: string | Table, table3: string | Table, table5: string | Table, scope: (trans: TXWithTables<this>) => PromiseLike<U> | U): PromiseExtended<U>;
close(): void;
close(closeOptions?: {
disableAutoOpen: boolean;
}): void;
delete(): PromiseExtended<void>;

@@ -808,0 +810,0 @@ isOpen(): boolean;

{
"name": "dexie",
"version": "4.0.1-alpha.22",
"version": "4.0.1-alpha.23",
"description": "A Minimalistic Wrapper for IndexedDB",

@@ -110,2 +110,3 @@ "main": "dist/dexie.js",

"devDependencies": {
"@lambdatest/node-tunnel": "^4.0.1",
"dts-bundle-generator": "^5.9.0",

@@ -119,2 +120,3 @@ "just-build": "^0.9.24",

"karma-qunit": "^4.1.1",
"karma-webdriver-launcher": "^1.0.8",
"qunit": "^2.10.0",

@@ -143,4 +145,6 @@ "qunitjs": "^1.23.1",

"test:typings": "tsc -p test/typings-test/",
"test:debug": "karma start test/karma.conf.js --log-level debug"
"test:debug": "karma start test/karma.conf.js --log-level debug",
"test:ltcloud": "cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit",
"test:ltTunnel": "node test/lt-local"
}
}
Dexie.js
========
[![NPM Version][npm-image]][npm-url] [![Build Status](https://travis-ci.com/dexie/Dexie.js.svg?branch=master)](https://travis-ci.com/dexie/Dexie.js)[![Tested with Browserstack](https://dexie.org/assets/images/tested-with-browserstack2.png)](https://www.browserstack.com)
[![NPM Version][npm-image]][npm-url] ![Build Status](https://github.com/dexie/Dexie.js/actions/workflows/main.yml/badge.svg)

@@ -6,0 +6,0 @@ Dexie.js is a wrapper library for indexedDB - the standard database in the browser. https://dexie.org

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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