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-beta.6 to 4.0.1-beta.7

6

dist/dexie.d.ts

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

*
* Version 4.0.1-beta.6, Mon Dec 18 2023
* Version 4.0.1-beta.7, Wed Jan 31 2024
*

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

export declare var Dexie: DexieConstructor;
export interface _Table<T, TKey> extends Table<T, TKey> {
export interface _Table<T, TKey, TInsertType> extends Table<T, TKey, TInsertType> {
}

@@ -1133,3 +1133,3 @@ export interface _Collection<T, TKey> extends Collection<T, TKey> {

// The "Dexie.Table" interface. Same as named exported interface Table.
interface Table<T = any, Key = any> extends _Table<T, Key> {
interface Table<T = any, Key = any, TInsertType = T> extends _Table<T, Key, TInsertType> {
} // Because all samples have been Dexie.Table<...>

@@ -1136,0 +1136,0 @@ // The "Dexie.Collection" interface. Same as named exported interface Collection.

{
"name": "dexie",
"version": "4.0.1-beta.6",
"version": "4.0.1-beta.7",
"description": "A Minimalistic Wrapper for IndexedDB",

@@ -5,0 +5,0 @@ "main": "dist/dexie.js",

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