Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@novu/shared

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novu/shared - npm Package Compare versions

Comparing version 0.4.0-alpha.12 to 0.4.0

4

dist/entities/environment/environment.interface.d.ts

@@ -7,2 +7,3 @@ export interface IEnvironment {

identifier: string;
widget: IWidgetSettings;
branding?: {

@@ -17,2 +18,5 @@ color: string;

}
export interface IWidgetSettings {
notificationCenterEncryption: boolean;
}
//# sourceMappingURL=environment.interface.d.ts.map

@@ -8,2 +8,3 @@ export interface IUserEntity {

createdAt: string;
showOnBoarding?: boolean;
}

@@ -10,0 +11,0 @@ export interface IJwtPayload {

4

package.json
{
"name": "@novu/shared",
"version": "0.4.0-alpha.12",
"version": "0.4.0",
"description": "",

@@ -41,3 +41,3 @@ "scripts": {

},
"gitHead": "ab549eb63f33072debd885674e65dc08787d890f"
"gitHead": "52567676c898a4e26dbdd67180d0ef8049df8d59"
}

@@ -7,2 +7,3 @@ export interface IEnvironment {

identifier: string;
widget: IWidgetSettings;

@@ -18,1 +19,5 @@ branding?: {

}
export interface IWidgetSettings {
notificationCenterEncryption: boolean;
}

@@ -8,2 +8,3 @@ export interface IUserEntity {

createdAt: string;
showOnBoarding?: boolean;
}

@@ -10,0 +11,0 @@

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