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

js-data

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data - npm Package Compare versions

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

8

CHANGELOG.md

@@ -1,9 +0,5 @@

##### 4.0.0-beta.2 - 2 February 2020
##### 4.0.0-beta.4 - 9 February 2020
- Typescript configs
- Use babel in roll-up
##### 4.0.0-beta.2 - 2 February 2020
- Typescript configs
##### 4.0.0-beta.1 - 31 January 2020

@@ -10,0 +6,0 @@

@@ -142,3 +142,3 @@ import Component from './Component';

*/
compare(orderBy: any, index: any, a: any, b: any): any;
compare(orderBy: any, index: any, a: any, b: any, compare: any): any;
/**

@@ -145,0 +145,0 @@ * Predicate evaluation function used by the {@link Query} class.

@@ -868,2 +868,15 @@ /**

unset(object: any, path: string): void;
/**
* Gets default locale for the js-data context.
*
* @example
* import { utils } from 'js-data';
*
*
* utils.getDefaultLocale();
*
* @method utils.getDefaultLocale
* @since 4.0.0
*/
getDefaultLocale(): string;
};

@@ -870,0 +883,0 @@ export declare const safeSetProp: (record: any, field: any, value: any) => void;

{
"name": "js-data",
"description": "Robust, framework-agnostic in-memory data store.",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"homepage": "http://www.js-data.io",

@@ -17,6 +17,4 @@ "repository": {

"dist/",
"lib/",
"AUTHORS",
"CONTRIBUTORS",
"typings.json"
"CONTRIBUTORS"
],

@@ -66,2 +64,8 @@ "keywords": [

"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-modules-umd": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@js-data/repo-tools": "^1.0.1",

@@ -87,2 +91,3 @@ "@types/chai": "^4.2.8",

"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-typescript2": "^0.25.3",

@@ -89,0 +94,0 @@ "sinon": "^8.1.0",

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 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

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