Socket
Socket
Sign inDemoInstall

create-react-boilerplate-app

Package Overview
Dependencies
24
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

5

bin/create-react-boilerplate-app.js

@@ -48,3 +48,6 @@ 'use strict';

.usage(`${chalk.green('<project-directory>')} [options]`)
.option('-b, --boilerplate', 'create app with specified boilerplate')
.option(
'-b, --boilerplate [boilerplate]',
'create app with specified boilerplate'
)
.action(name => {

@@ -51,0 +54,0 @@ this.appName = name;

2

package.json
{
"name": "create-react-boilerplate-app",
"version": "0.1.3",
"version": "0.1.4",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc