@ale-rainbow/rainbow-notification
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -10,2 +10,3 @@ export declare class RainbowNotificationAction { | ||
handler: any; | ||
focus: boolean; | ||
private choiceVisible; | ||
@@ -12,0 +13,0 @@ static create(config: any): RainbowNotificationAction; |
@@ -6,2 +6,3 @@ "use strict"; | ||
this.handler = null; | ||
this.focus = false; | ||
this.choiceVisible = false; | ||
@@ -8,0 +9,0 @@ } |
{ | ||
"name": "@ale-rainbow/rainbow-notification", | ||
"version": "v1.0.4", | ||
"version": "v1.0.5", | ||
"description": "Alcatel-Lucent Enterprise Rainbow Notification", | ||
@@ -5,0 +5,0 @@ "main": "./dist/rainbowNotification.js", |
@@ -11,2 +11,3 @@ export class RainbowNotificationAction { | ||
public handler: any = null; | ||
public focus: boolean = false; | ||
@@ -13,0 +14,0 @@ private choiceVisible: boolean = false; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
19648
470