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.4.1 to 4.5.0

11

CHANGELOG.md

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

# [4.5.0](https://github.com/Lundalogik/lime-web-components/compare/v4.4.1...v4.5.0) (2020-10-15)
### Features
* **limeobject:** add method for loading schema ([e516ec4](https://github.com/Lundalogik/lime-web-components/commit/e516ec454d096c60be6ba509a2a7dd25246b9e99)), closes [Lundalogik/crm-feature#1476](https://github.com/Lundalogik/crm-feature/issues/1476)
## [4.4.1](https://github.com/Lundalogik/lime-web-components/compare/v4.4.0...v4.4.1) (2020-09-21)

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

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

/**
* Loads a schema for the limetype.
*
* @param {string} limetype name of the limetype of the owning limeobject
*/
loadSchema(limetype: string): Promise<ObjectResponse>;
/**
* Reload the specified limeobject and update corresponding views in the webclient

@@ -25,0 +31,0 @@ *

4

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

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

},
"gitHead": "223edee1872937975a9c3abf723fe64f86f88909"
"gitHead": "1703088155e20f3bcf7b67f3f9cd675403ff36f2"
}
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