Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
0
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.49.1-alpha.6 to 4.50.0-alpha.4

11

CHANGELOG.md

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

# [4.50.0-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.3...v4.50.0-alpha.4) (2022-07-12)
### Features
* trigger release of all packages ([2909cf7](https://github.com/Lundalogik/lime-web-components/commit/2909cf75c7bc5adb1c5381304add8f7b10b62e06))
## [4.49.1-alpha.6](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.5...v4.49.1-alpha.6) (2022-07-06)

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

8

dist/lime-web-components/src/core/plugin-loader.d.ts

@@ -11,7 +11,7 @@ import { LimeWebComponent } from './lime-web-component';

*/
connectedCallback(): void | Promise<any>;
connectedCallback(): any;
/**
* Do any initializations required for the plugin in this method
*/
componentWillLoad(): void | Promise<any>;
componentWillLoad(): any;
/**

@@ -21,3 +21,3 @@ * This method will never be called since the component will never

*/
componentWillUpdate(): void | Promise<any>;
componentWillUpdate(): any;
/**

@@ -29,3 +29,3 @@ * This method will be invoked every time the component is removed from

*/
disconnectedCallback(): void | Promise<any>;
disconnectedCallback(): any;
}
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.49.1-alpha.6",
"version": "4.50.0-alpha.4",
"author": "Lime Technologies",

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

},
"gitHead": "42e148e673b601fc7874b2f32db860bc3be5841d"
"gitHead": "50b55e75ee769099ac1165ee36c583c8565ec511"
}

@@ -6,1 +6,2 @@ # Lime Web Components Interfaces

Part of [Lime Web Components](https://www.npmjs.com/package/@limetech/lime-web-components).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc