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.6.0 to 4.9.0

11

CHANGELOG.md

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

# [4.9.0](https://github.com/Lundalogik/lime-web-components/compare/v4.8.0...v4.9.0) (2020-11-12)
### Features
* add getProperty function ([125ad28](https://github.com/Lundalogik/lime-web-components/commit/125ad2888bb7452040596c7f9b4c4211cd28ea0b))
# [4.6.0](https://github.com/Lundalogik/lime-web-components/compare/v4.5.2...v4.6.0) (2020-10-29)

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

@@ -10,2 +10,9 @@ export interface Limetype {

properties: Properties;
/**
* Get a property by name
*
* @param {string} propertyName name of property to get
* @throws Will throw an error containing the name of the missing property
*/
getProperty?(propertyName: string): Property;
[key: string]: any;

@@ -12,0 +19,0 @@ }

4

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

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

},
"gitHead": "91ff311f999e5f0a6523a3ff49f9dbe7a981f368"
"gitHead": "78091ed1ad6872b2991db8e807cc8a25e0786253"
}
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