Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-react-generator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-react-generator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

bin/express-cli.js

@@ -150,6 +150,2 @@ #!/usr/bin/env node

console.log("Setting up client...");
childProcess.exec('npm i -g create-react-app')
childProcess.exec(`create-react-app ${path}/client`)
mkdir(path + '/server', function () {

@@ -226,2 +222,6 @@ write(path + '/server/index.js', app.render())

console.log("Setting up client...");
childProcess.exec('npm i -g create-react-app')
childProcess.exec(`create-react-app ${path}/client`)
complete()

@@ -228,0 +228,0 @@ })

{
"name": "express-react-generator",
"description": "Express application generator with create-react-app",
"version": "1.0.5",
"version": "1.0.6",
"author": "Arslan Nasir <arslan@mobylogix.com>",

@@ -6,0 +6,0 @@ "keywords": [

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