New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capriza/create-capriza-connector

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capriza/create-capriza-connector - npm Package Compare versions

Comparing version

to
0.0.19

17

index.js

@@ -39,8 +39,10 @@ #!/usr/bin/env node

//done
console.log (`${chalk.bold("Done :)")}`);
console.log (`${chalk.bold(chalk.green("Done :)"))}`);
console.log ();
console.log (`You can go ahead and start to test your ${chalk.bold(connectorName)} by running ${chalk.yellow("npm run bltester")}`);
console.log (`You can go ahead and start to test your ${chalk.bold(connectorName)} by running:`);
console.log (`${chalk.bold("cd " + connectorName)}`);
console.log (`${chalk.bold("npm run bltester"}`);
console.log ();
console.log (`Once ready, in order to connect to your connector to Capriza's cloud, you need to:`);
console.log (`1. Set a caprizaConfig.json file that should look like this: `);
console.log (`Once ready, in order to connect to your connector to Capriza's cloud, you need to:\n`);
console.log (`1. Set a caprizaConfig.json file that should look like this:\n`);
console.log (JSON.stringify(

@@ -56,7 +58,8 @@ {

" ", 3));
console.log ("* The connectorId, apiKey and apiSecret can be generated using the capriza dashboard");
console.log ();
console.log ("* The connectorId, apiKey and apiSecret can be generated using the capriza dashboard\n");
console.log (`2. Set a systemConfig.json file, which includes required parameters that are relevant to the source system (system url, user credentials).`);
console.log (`3. Set the path of these 2 files in the resources/config.json file`);
console.log (`3. Set the path of these 2 files in the resources/config.json file.`);
console.log ();
console.log (chalk.bold(chalk.green(`Good Luck!`)));
console.log (chalk.bold(chalk.yellow(`Capriza`)));
console.log (chalk.bold(chalk.yellow(`Capriza\n\n\n`)));
{
"name": "@capriza/create-capriza-connector",
"version": "0.0.18",
"version": "0.0.19",
"description": "Create a Capriza connector bootstrap program",

@@ -5,0 +5,0 @@ "main": "index.js",