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.21.0 to 4.21.1

11

CHANGELOG.md

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

## [4.21.1](https://github.com/Lundalogik/lime-web-components/compare/v4.21.0...v4.21.1) (2021-04-15)
### Bug Fixes
* **command-bus:** add getHandler type to command bus service ([000e115](https://github.com/Lundalogik/lime-web-components/commit/000e11599bb326820b0bb1664884bd5824c26d88))
# [4.21.0](https://github.com/Lundalogik/lime-web-components/compare/v4.20.0...v4.21.0) (2021-04-14)

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

@@ -30,2 +30,10 @@ export declare type CommandClass = new (...args: any[]) => any;

isSupported(commandId: CommandIdentifier): boolean;
/**
* Get a handler associated with a command
*
* @param {CommandClass} commandClass The command class
*
* @returns {CommandHandler} the handler for the command class
*/
getHandler?(commandClass: CommandClass): CommandHandler;
}

@@ -32,0 +40,0 @@ /**

4

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

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

},
"gitHead": "85ba3d4386da32136ef56bf5af5f1102e8a7ceb8"
"gitHead": "e1feebf704826884b527f8d5abc8e4fd55c7a6d4"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc