
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
@dgonzalezr/custom-react-scripts
Advanced tools
This package is a fork from Create React App and includes some customizations and configurations.
For more details about Create React App please refer to its documentation:
You’ll need to have Node >= 6 on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
To create a new app, run a single command:
npx create-react-app my-app --scripts-version @dgonzalezr/custom-react-scripts
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:
my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│ └── favicon.ico
│ └── index.html
│ └── manifest.json
└── src
└── app
└── screens
└── Welcome
└── Welcome.js
└── Welcome.scss
└── index.js
└── App.js
└── App.test.js
└── registerServiceWorker.js
└── assets
└── images
└── logo.svg
└── scss
└── index.scss
Once the installation is done, you can open your project folder:
cd my-app
Inside the newly created project, you can run some built-in commands:
npm start or yarn startRuns the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
FAQs
Custom configuration and scripts for Create React App.
The npm package @dgonzalezr/custom-react-scripts receives a total of 1 weekly downloads. As such, @dgonzalezr/custom-react-scripts popularity was classified as not popular.
We found that @dgonzalezr/custom-react-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.