create-react-admin
Advanced tools
Comparing version 4.10.3 to 4.10.5
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104899
74
1157
44
2