create-remax-app
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "create-remax-app", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Create Remax apps with no build configuration.", | ||
@@ -26,2 +26,6 @@ "bin": { | ||
}, | ||
"files": [ | ||
"lib/**/*", | ||
"bin/**/*" | ||
], | ||
"homepage": "https://github.com/remaxjs/create-remax-app#readme", | ||
@@ -28,0 +32,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ # Create Remax App | ||
npx create-remax-app first-remax-app | ||
cd first-remax-app | ||
cd first-remax-app && npm i | ||
npm run dev | ||
@@ -10,0 +10,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
12673
13
242
3