create-svelte
Advanced tools
Comparing version 2.0.0-next.48 to 2.0.0-next.50
# create-svelte | ||
## 2.0.0-next.50 | ||
### Patch Changes | ||
- 3802c64: Fix build so that the package can be automatically published | ||
## 2.0.0-next.49 | ||
### Patch Changes | ||
- 3c41d07: Fix preprocess option in template | ||
- 9bb747f: Remove CSS option and simplify | ||
## 2.0.0-next.48 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.48", | ||
"bin": "./bin", | ||
"version": "2.0.0-next.50", | ||
"bin": "./bin.js", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/adapter-node": "1.0.0-next.12", | ||
"@sveltejs/kit": "1.0.0-next.74", | ||
"gitignore-parser": "^0.0.2", | ||
"kleur": "^4.1.4", | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-svelte": "^2.2.0", | ||
"prompts": "^2.4.0", | ||
"rollup": "^2.41.1", | ||
"sucrase": "^3.18.1", | ||
"tiny-glob": "^0.2.8" | ||
}, | ||
"files": [ | ||
"template", | ||
"template-additions" | ||
"dist", | ||
"bin.js" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "node scripts/update-versions && rollup -c", | ||
"lint": "eslint --ignore-path .gitignore --ignore-pattern template/ \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"build": "node scripts/build-templates && rollup -c", | ||
"lint": "eslint --ignore-path .gitignore \"cli/*.js\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
@@ -24,0 +27,0 @@ "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore" |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2895
Yes
108964
10
7
1
0
4
1