Socket
Socket
Sign inDemoInstall

create-react-boilerplate-app

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-boilerplate-app - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

bin/create-react-boilerplate-app.js

@@ -66,3 +66,5 @@ 'use strict';

console.log(
` ${chalk.cyan(program.name())} ${chalk.green('my-react-boilerplate-app')}`
` ${chalk.cyan(program.name())} ${chalk.green(
'my-react-boilerplate-app'
)}`
);

@@ -102,3 +104,5 @@ console.log();

console.error(
`Could not create a project called ${chalk.red(`"${this.appName}"`)} because of npm naming restrictions:`
`Could not create a project called ${chalk.red(
`"${this.appName}"`
)} because of npm naming restrictions:`
);

@@ -164,4 +168,4 @@ util.printValidationResults(validationResult.errors, 'error');

} catch (e) {
process.exit(1);
console.error(e);
process.exit();
}

@@ -168,0 +172,0 @@ }

{
"name": "create-react-boilerplate-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "an tool for creating react boilerplate app",

@@ -5,0 +5,0 @@ "engines": {

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