Socket
Socket
Sign inDemoInstall

breeze-client

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

breeze-client - npm Package Compare versions

Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6

2

package.json
{
"name": "breeze-client",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Breeze for JavaScript clients",

@@ -5,0 +5,0 @@ "repository": "https://github.com/Breeze/breeze-client.git",

@@ -8,2 +8,3 @@ import { BreezeEnum } from './enum';

export declare class DataType extends BreezeEnum {
_$typeName: string;
/** The default value of this DataType. __Read Only__ **/

@@ -10,0 +11,0 @@ defaultValue?: any;

@@ -6,2 +6,3 @@ import { BreezeEnum } from './enum';

export declare class EntityAction extends BreezeEnum {
_$typeName: string;
/** Entity was attached via an AttachEntity call. */

@@ -8,0 +9,0 @@ static Attach: EntityAction;

@@ -793,2 +793,3 @@ import { ErrorCallback } from './core';

export declare class AutoGeneratedKeyType extends BreezeEnum {
static _$typeName: string;
/**

@@ -795,0 +796,0 @@ This entity does not have an autogenerated key.

@@ -321,2 +321,3 @@ import { QueryOp } from './entity-query';

export declare class FilterQueryOp extends BreezeEnum implements QueryOp {
_$typeName: string;
/** The operator for this enum. */

@@ -356,2 +357,3 @@ operator: string;

export declare class BooleanQueryOp extends BreezeEnum implements QueryOp {
_$typeName: string;
/** The operator for this enum. */

@@ -358,0 +360,0 @@ operator: string;

@@ -6,2 +6,3 @@ import { BreezeEnum } from './enum';

export declare class EntityState extends BreezeEnum {
_$typeName: string;
/** The 'Unchanged' state. **/

@@ -8,0 +9,0 @@ static Unchanged: EntityState;

@@ -44,2 +44,4 @@ /**

name: string;
/** Type of the enum (because constructor name may be minified away) */
_$typeName: string;
/** */

@@ -46,0 +48,0 @@ constructor(propertiesObj?: Object);

@@ -9,2 +9,3 @@ import { BreezeEnum } from './enum';

export declare class MergeStrategy extends BreezeEnum {
_$typeName: string;
/**

@@ -11,0 +12,0 @@ MergeStrategy.PreserveChanges updates the cached entity with the incoming values unless the cached entity is in a changed

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

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