Socket
Socket
Sign inDemoInstall

@ale-rainbow/rainbow-notification

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ale-rainbow/rainbow-notification - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

dist/rainbowNotification.d.ts

@@ -28,2 +28,3 @@ export declare class RainbowNotificationAction {

autoCloseAction: any;
infoHandler: any;
actions: RainbowNotificationAction[];

@@ -30,0 +31,0 @@ iconPath: string;

@@ -45,2 +45,3 @@ "use strict";

this.autoCloseAction = null;
this.infoHandler = null;
this.actions = null;

@@ -47,0 +48,0 @@ this.iconPath = 'resources/svg_dist';

2

package.json
{
"name": "@ale-rainbow/rainbow-notification",
"version": "v1.0.5",
"version": "v1.0.6",
"description": "Alcatel-Lucent Enterprise Rainbow Notification",

@@ -5,0 +5,0 @@ "main": "./dist/rainbowNotification.js",

@@ -52,2 +52,3 @@ export class RainbowNotificationAction {

public autoCloseAction = null;
public infoHandler: any = null;
public actions: RainbowNotificationAction[] = null;

@@ -54,0 +55,0 @@ public iconPath: string = 'resources/svg_dist';

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