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.4 to 1.0.5

1

dist/rainbowNotification.d.ts

@@ -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 @@ }

2

package.json
{
"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

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