Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
create-react-admin
Advanced tools
A CLI to bootstrap a new react-admin application.
npm create react-admin@latest my-app
# or
yarn create react-admin my-app
You'll be asked to choose a data provider (optional), an auth provider (optional). You may also setup the resources you want initially.
Build the project with the following command at the monorepo root:
make build-create-react-admin
In another directory, run:
./react-admin/node_modules/.bin/create-react-admin my-admin
The above command assume you cloned react-admin in the react-admin
directory and you are running the command in this directory parent.
To test the package as if it was published:
cd packages/create-react-admin
npm pack
tar -xvzf create-react-admin-<version>.tgz -C ~/
cd ~/package
npm install
./lib/cli.js test-cra
This package is MIT licensed. Sponsored by Marmelab and Anthony Chan.
FAQs
A CLI to quickly start a new react-admin project
The npm package create-react-admin receives a total of 192 weekly downloads. As such, create-react-admin popularity was classified as not popular.
We found that create-react-admin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.