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

@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.11.0 to 4.13.0

11

CHANGELOG.md

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

# [4.13.0](https://github.com/Lundalogik/lime-web-components/compare/v4.12.0...v4.13.0) (2021-01-20)
### Features
* **interfaces:** add loadObjects method to limeobjects state service ([d423e77](https://github.com/Lundalogik/lime-web-components/commit/d423e772f6057517700a05bbcda47653d5405413)), closes [Lundalogik/crm-feature#1754](https://github.com/Lundalogik/crm-feature/issues/1754)
# [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04)

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

@@ -12,2 +12,11 @@ import { Expression } from '../../query.interface';

/**
* Load objects of the specified limetype into the state
*
* @param {string} limetype name of the limetype
* @param {LoadOptions} options options about the objects to load
*
* @returns {ObjectResponse} list of objects together with total count of objects
*/
loadObjects?(limetype: string, options?: LoadOptions): Promise<ObjectResponse>;
/**
* Load related objects into the state

@@ -14,0 +23,0 @@ *

4

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

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

},
"gitHead": "6433b274fd7e73218c51d2f84c307ec9a0b1783c"
"gitHead": "91372a17ad2a0cddd268d0515dff7ff4b6695544"
}
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