create-remult
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,3 @@ | ||
console.log("Coming soon. In the meantime visit: https://learn.remult.dev"); | ||
#!/usr/bin/env node | ||
import './dist/index.mjs' |
{ | ||
"name": "create-remult", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Creates a remult project, ready to go", | ||
"main": "index.js", | ||
"keywords": [ | ||
"cli", | ||
"remult", | ||
"svelte", | ||
"react", | ||
"express" | ||
], | ||
"license": "MIT", | ||
"author": "Noam Honig", | ||
"type": "module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"create-remult": "./bin/index.js" | ||
}, | ||
"contributors": [ | ||
@@ -27,4 +29,39 @@ { | ||
], | ||
"author": "noam.honig@gmail.com", | ||
"license": "ISC" | ||
"bin": { | ||
"create-remult": "index.js" | ||
}, | ||
"files": [ | ||
"!templates/*/.svelte-kit", | ||
"!templates/*/node_modules", | ||
"templates", | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "unbuild --stub", | ||
"build": "unbuild", | ||
"typecheck": "tsc --noEmit", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"engines": { | ||
"node": "^18.0.0 || >=20.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remult/remult", | ||
"directory": "project/create-remult", | ||
"homepage": "https://github.com/remult/remult" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/remult/remult/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/cross-spawn": "^6.0.6", | ||
"@types/minimist": "^1.2.5", | ||
"@types/prompts": "^2.4.9", | ||
"cross-spawn": "^7.0.3", | ||
"minimist": "^1.2.8", | ||
"picocolors": "^1.1.0", | ||
"prompts": "^2.4.2", | ||
"unbuild": "^2.0.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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
244989
36
5027
0
2
1
53
8
3