Socket
Socket
Sign inDemoInstall

novu

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

novu - npm Package Compare versions

Comparing version 0.4.0-alpha.1 to 0.4.0-alpha.2

dist/constants/dashboard/index.html

2

dist/constants/constants.d.ts

@@ -16,5 +16,5 @@ export declare const SERVER_HOST = "localhost";

export declare const CLIENT_LOGIN_URL: string;
export declare const GITHUB_DOCKER_URL = "https://github.com/notifirehq/novu/tree/main/docker";
export declare const GITHUB_DOCKER_URL = "https://github.com/novu-co/novu/tree/main/docker";
export declare function setAvailablePort(): Promise<void>;
export declare function getServerPort(): Promise<any>;
//# sourceMappingURL=constants.d.ts.map

@@ -22,3 +22,3 @@ "use strict";

exports.CLIENT_LOGIN_URL = process.env.NOVU_API_ADDRESS || 'https://web.novu.co/auth/login';
exports.GITHUB_DOCKER_URL = 'https://github.com/notifirehq/novu/tree/main/docker';
exports.GITHUB_DOCKER_URL = 'https://github.com/novu-co/novu/tree/main/docker';
let SERVER_PORT;

@@ -25,0 +25,0 @@ async function setAvailablePort() {

{
"name": "novu",
"version": "0.4.0-alpha.1",
"version": "0.4.0-alpha.2",
"description": "On-Boarding Cli",

@@ -25,3 +25,3 @@ "main": "index.js",

"devDependencies": {
"@novu/shared": "^0.4.0-alpha.0",
"@novu/shared": "^0.4.0-alpha.2",
"@types/configstore": "^5.0.1",

@@ -45,3 +45,3 @@ "@types/inquirer": "^8.2.0",

},
"gitHead": "8d75bf894ce538ae569df5b277b61576d7fed5dc"
"gitHead": "a7affbc7a37e1619a6e338e20bd93f2246b64baf"
}

@@ -28,3 +28,3 @@ import * as getPort from 'get-port';

// github
export const GITHUB_DOCKER_URL = 'https://github.com/notifirehq/novu/tree/main/docker';
export const GITHUB_DOCKER_URL = 'https://github.com/novu-co/novu/tree/main/docker';

@@ -31,0 +31,0 @@ let SERVER_PORT;

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