Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dexie

Package Overview
Dependencies
Maintainers
2
Versions
166
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 3.0.0-alpha.6 to 3.0.0-alpha.7

4

dist/dexie.d.ts

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

*
* Version 3.0.0-alpha.6, Mon Nov 12 2018
* Version 3.0.0-alpha.7, Mon Mar 04 2019
*

@@ -148,3 +148,3 @@ * http://dexie.org

equalsIgnoreCase(key: string): Collection<T, TKey>;
inAnyRange(ranges: ReadonlyArray<{0: any, 1: any}>): Collection<T, TKey>;
inAnyRange(ranges: ReadonlyArray<{0: any, 1: any}>, options?: { includeLowers?: boolean, includeUppers?: boolean }): Collection<T, TKey>;
startsWith(key: string): Collection<T, TKey>;

@@ -151,0 +151,0 @@ startsWithAnyOf(prefixes: string[]): Collection<T, TKey>;

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

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

"devDependencies": {
"dts-bundle-generator": "^1.2.2",
"dts-bundle-generator": "^1.6.1",
"just-build": "^0.9.16",
"karma": "^3.0.0",
"karma": "^3.1.4",
"karma-browserstack-launcher": "git+https://github.com/karma-runner/karma-browserstack-launcher.git",

@@ -98,3 +98,3 @@ "karma-chrome-launcher": "^2.0.0",

"karma-qunit": "^1.2.1",
"qunit": "^2.6.2",
"qunit": "^2.9.1",
"qunitjs": "^1.23.1",

@@ -104,10 +104,10 @@ "rollup": "^0.55.5",

"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.1",
"serve-static": "^1.13.2",
"tslib": "^1.9.1",
"typescript": "^2.8.3",
"uglify-js": "^3.3.27"
"tslib": "^1.9.3",
"typescript": "^2.9.2",
"uglify-js": "^3.4.9"
},
"dependencies": {}
}

@@ -158,3 +158,3 @@ Dexie.js

class FriendDatabase extends Dexie {
public friends!: Dexie.Table<Friend, number>; // id is number in this case
public friends: Dexie.Table<Friend, number>; // id is number in this case

@@ -166,2 +166,3 @@ public constructor() {

});
this.friends = this.table("friends");
}

@@ -168,0 +169,0 @@ }

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

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