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

qbi-dev-tools

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbi-dev-tools - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

bin/cmd/create.js

@@ -33,6 +33,6 @@ const fs = require("fs");

rimraf.sync(`./${projectName}`);
console.log(chalk.red("--> create failed"));
console.log(chalk.red(" create failed"));
return console.log(err);
}
console.log(chalk.green("--> create succeeded"));
console.log(chalk.green(" create succeeded"));

@@ -51,3 +51,3 @@ rimraf.sync(`./${projectName}/.git`);

console.log("");
console.log(chalk.green(`Project initialize succeed! Next step:`));
console.log(chalk.green(`Project initialized successfully! Next step:`));
console.log(chalk.blue(` cd ${projectName}`));

@@ -54,0 +54,0 @@ console.log(chalk.blue(` npm i`));

{
"name": "qbi-dev-tools",
"version": "0.1.3",
"version": "0.1.4",
"description": "Command line tool for developing component for Quick BI",

@@ -5,0 +5,0 @@ "author": "Quick BI",

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