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.1.0 to 4.3.0

11

CHANGELOG.md

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

# [4.3.0](https://github.com/Lundalogik/lime-web-components/compare/v4.2.0...v4.3.0) (2020-07-09)
### Features
* **context:** add support for nested contexts ([0ba530a](https://github.com/Lundalogik/lime-web-components/commit/0ba530a09cbf5a7aa61e1e7f1046b584dad33dd2))
# [4.1.0](https://github.com/Lundalogik/lime-web-components/compare/v4.0.1...v4.1.0) (2020-06-11)

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

@@ -5,4 +5,14 @@ /**

export interface LimeWebComponentContext {
/**
* The name of the limetype of the context
*/
limetype: string | null;
/**
* The id of the limeobject of the context
*/
id: number | null;
/**
* Optional parent context, if the current context is nested
*/
parent?: LimeWebComponentContext;
}

4

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

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

},
"gitHead": "f6bc13967e9fd7474503c738a0e302647acfbb02"
"gitHead": "4a309993ab1926d5f312c9f62c4b72e910e8a8b3"
}
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