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

novu

Package Overview
Dependencies
Maintainers
1
Versions
85
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.2 to 0.4.0-alpha.3

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/novu-co/novu/tree/main/docker";
export declare const GITHUB_DOCKER_URL = "https://github.com/novuhq/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/novu-co/novu/tree/main/docker';
exports.GITHUB_DOCKER_URL = 'https://github.com/novuhq/novu/tree/main/docker';
let SERVER_PORT;

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

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

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

"build:pre": "rm -rf dist ",
"build": "tsc -p tsconfig.build.json",
"build": "pnpm build:pre && tsc -p tsconfig.build.json && pnpm build:post",
"build:prod": "pnpm build:pre && pnpm build && pnpm build:post",

@@ -26,3 +26,3 @@ "format": "prettier --write \"src/**/*.ts\"",

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

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

},
"gitHead": "a7affbc7a37e1619a6e338e20bd93f2246b64baf"
"gitHead": "f8c6046037c29bf753bec39949acdb812c9f7a25"
}

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

// github
export const GITHUB_DOCKER_URL = 'https://github.com/novu-co/novu/tree/main/docker';
export const GITHUB_DOCKER_URL = 'https://github.com/novuhq/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