Socket
Socket
Sign inDemoInstall

create-react-app-fullstack

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "create-react-app-fullstack",
"version": "1.1.4",
"version": "1.1.5",
"description": "Turn create-react-app into a fullstack app by adding Express and Sequelize",

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

@@ -36,3 +36,3 @@ # create-react-app-fullstack

If the app is already ejected, the first *eject* prompt is bypassed. The second prompt confirms that you want to run *fullstack* on your project. This command will add/overwrite/remove files in your *src*, *db*, *server*, and *scripts* folders. Since you're likely running this function at the beginning of a project, it shouldn't be an issue. But if you're in the middle of development, this prompt is a security net. After accepting the prompt, the project will install dependencies and template files.
The second prompt confirms that you want to run *fullstack* on your project. The process will add/overwrite/remove files in your *src*, *db*, *server*, and *scripts* folders, so this prompt is a security net. Since you're likely running this function at the beginning of a project, it shouldn't be an issue. After accepting the prompt, the project will install dependencies and template files.

@@ -39,0 +39,0 @@ #### remember to seed the database!

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