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

@limetech/lime-web-components-testing

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-testing - npm Package Compare versions

Comparing version 4.50.0-alpha.1 to 4.50.0-alpha.3

8

CHANGELOG.md

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

# [4.50.0-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.2...v4.50.0-alpha.3) (2022-07-11)
**Note:** Version bump only for package @limetech/lime-web-components-testing
# [4.50.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.0...v4.50.0-alpha.1) (2022-07-08)

@@ -8,0 +16,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-testing",
"version": "4.50.0-alpha.1",
"version": "4.50.0-alpha.3",
"author": "Lime Technologies",

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

"devDependencies": {
"@stencil/core": "^2.17.0",
"@stencil/core": "^2.17.1",
"@types/jest": "^27.5.0",

@@ -43,3 +43,3 @@ "jest": "^27.5.1",

},
"gitHead": "c3b5bb68cf736e43b42ba942f1d0ea1270408fad"
"gitHead": "2d964462582f150de33ad5149956e2fa1e5c3310"
}
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