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.11 to 1.0.12

1

dist/rainbowNotification.d.ts

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

id: string;
convId: string;
type: string;

@@ -21,0 +22,0 @@ message: string;

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

this.id = null;
this.convId = null;
this.type = null;

@@ -38,0 +39,0 @@ this.message = null;

2

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

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

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

public id: string = null;
public convId: string = null;
public type: string = null;

@@ -45,0 +46,0 @@ public message: string = null;

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