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

create-react-app

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-app - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

9

createReactApp.js

@@ -212,3 +212,3 @@ /**

`You are running \`create-react-app\` ${packageJson.version}, which is behind the latest release (${latest}).\n\n` +
'We no longer support global installation of Create React App.'
'We recommend always using the latest version of create-react-app if possible.'
)

@@ -218,8 +218,2 @@ );

console.log(
'Please remove any global installs with one of the following commands:\n' +
'- npm uninstall -g create-react-app\n' +
'- yarn global remove create-react-app'
);
console.log();
console.log(
'The latest instructions for creating a new app can be found here:\n' +

@@ -229,3 +223,2 @@ 'https://create-react-app.dev/docs/getting-started/'

console.log();
process.exit(1);
} else {

@@ -232,0 +225,0 @@ const useYarn = isUsingYarn();

4

package.json
{
"name": "create-react-app",
"version": "5.0.0",
"version": "5.0.1",
"keywords": [

@@ -47,3 +47,3 @@ "react"

},
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
}
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