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

create-react-admin

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-admin - npm Package Compare versions

Comparing version 4.10.3 to 4.10.5

templates/common/index.html

7

package.json
{
"name": "create-react-admin",
"description": "A CLI to quickly start a new react-admin project",
"version": "4.10.3",
"version": "4.10.5",
"license": "MIT",

@@ -18,3 +18,4 @@ "bin": "lib/cli.js",

"files": [
"lib"
"lib",
"templates"
],

@@ -35,3 +36,3 @@ "dependencies": {

},
"gitHead": "1f1273c4f8dbe30d5259aff3f260313aafc6c4c3"
"gitHead": "e936ff2c3f887d2e98ef136cf3b3f3d254725fc4"
}

@@ -31,4 +31,15 @@ # create-react-admin

To test the package as if it was published:
```sh
cd packages/create-react-admin
npm pack
tar -xvzf create-react-admin-<version>.tgz -C ~/
cd ~/package
npm install
./lib/cli.js test-cra
```
## Miscellaneous
This package is MIT licensed. Sponsored by [Marmelab](https://marmelab.com) and [Anthony Chan](https://github.com/ckanthony).
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