
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@axilis/react-scripts
Advanced tools
This package includes modified scripts and configuration from Create React App.
Please refer to its documentation:
create-react-app my-app --scripts-version @axilis/react-scripts
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
└── config
└── redux
└── reducer.js
└── store.js
└── router
└── history.js
└── modules
└── Home
└── home.css
└── index.js
└── logo.svg
└── App.js
└── App.test.js
└── index.css
└── index.js
└── Layout.js
└── registerServiceWorker.js
Once the installation is done, you can open your project folder and start application:
cd my-app/
npm start
Following features are preset in this project without needing to eject:
To create your own configuration, modify package.json by adding config property.
To override initial paths add paths property to config, where paths is an object that defines path overrides.
To use aliases, add aliases property to config, in the same form as object for webpack config.
Following dependencies will be installed when creating project:
FAQs
Configuration and scripts for Create React App.
We found that @axilis/react-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.