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.3.1-alpha.3 to 0.3.1-alpha.4

7

dist/commands/init.consts.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.showWelcomeScreen = exports.registerMethodQuestions = exports.environmentQuestions = exports.existingSessionQuestions = exports.introQuestions = void 0;
const shared_1 = require("@notifire/shared");
const chalk = require("chalk");

@@ -13,8 +12,2 @@ const gradient = require("gradient-string");

},
{
type: 'checkbox',
name: 'providers',
message: 'What delivery providers you are using? (Optional)',
choices: shared_1.providers.map((provider) => `${provider.displayName} ${chalk.dim(`(${provider.channel})`)}`),
},
];

@@ -21,0 +14,0 @@ const existingSessionQuestions = (existingApplication) => {

3

package.json
{
"name": "novu",
"version": "0.3.1-alpha.3",
"version": "0.3.1-alpha.4",
"description": "On-Boarding Cli",

@@ -29,3 +29,2 @@ "main": "index.js",

"typescript": "^4.5.5",
"@types/ora": "^3.2.0",
"@notifire/shared": "^0.3.5"

@@ -32,0 +31,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