Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-interfaces - npm Package Compare versions

Comparing version 4.3.5 to 4.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.4.0](https://github.com/Lundalogik/lime-web-components/compare/v4.3.5...v4.4.0) (2020-09-14)
### Features
* **interfaces:** add ordering to limeobject LoadOptions ([972f8bd](https://github.com/Lundalogik/lime-web-components/commit/972f8bdd805c758505726bcdefb7bf5a881f1ad6)), closes [Lundalogik/crm-feature#1370](https://github.com/Lundalogik/crm-feature/issues/1370)
## [4.3.5](https://github.com/Lundalogik/lime-web-components/compare/v4.3.4...v4.3.5) (2020-08-25)

@@ -8,0 +19,0 @@

@@ -49,3 +49,17 @@ import { Expression } from '../../query.interface';

filter?: Expression;
/**
* Order to sort the properties by
*/
order?: PropertyOrder[];
}
export interface PropertyOrder {
/**
* Name of the property to sort on
*/
name: string;
/**
* The direction to order the property by
*/
direction: 'ASC' | 'DESC';
}
export interface ObjectResponse {

@@ -52,0 +66,0 @@ /**

4

package.json
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.3.5",
"version": "4.4.0",
"author": "Lime Technologies",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "cd1544421f364d9e235f0ab8a8a6ac9368070d96"
"gitHead": "242d1242738148676c76c3ec25936d337fd6c279"
}
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