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.10 to 1.1.11

2

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

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

@@ -13,2 +13,4 @@ // server/app.js

app.use(bodyParser.urlencoded({ extended: false }))
//json parser
app.use(bodyParser.json())
// Serve static assets

@@ -15,0 +17,0 @@ app.use(express.static(path.resolve(__dirname, '..', 'build')))

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