@foundit/broadcasterjs
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,6 +0,7 @@ | ||
export declare type ListenerProps = <T extends unknown>([type, listener, settings]: [ | ||
export declare type listenerProp<T extends unknown> = [ | ||
type: string, | ||
listener?: T, | ||
settings?: SettingsType | ||
]) => string | void; | ||
]; | ||
export declare type ListenerProps = <T extends unknown>([type, listener, settings,]: listenerProp<T>) => void; | ||
export interface ReturnType { | ||
@@ -7,0 +8,0 @@ on: ListenerProps; |
{ | ||
"name": "@foundit/broadcasterjs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple yet powerful pub/sub javascript event bus", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22177
442
0