create-svelte
Advanced tools
Comparing version 2.0.0-next.51 to 2.0.0-next.52
# create-svelte | ||
## 2.0.0-next.52 | ||
### Patch Changes | ||
- f342372: Adding new Hello World templates (default with enhanced style and skeleton) to create-svelte | ||
## 2.0.0-next.51 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"files": [ | ||
{ | ||
"name": "README.md", | ||
"include": [], | ||
"exclude": [], | ||
"contents": "# create-svelte\n\nEverything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte);\n\n## Creating a project\n\nIf you're seeing this, you've probably already done this step. Congrats!\n\n```bash\n# create a new project in the current directory\nnpm init svelte@next\n\n# create a new project in my-app\nnpm init svelte@next my-app\n```\n\n> Note: the `@next` is temporary\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nBefore creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:\n\n```bash\nnpm run build\n```\n\n> You can preview the built app with `npm start`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.\n" | ||
}, | ||
{ | ||
"name": "package.json", | ||
@@ -5,0 +11,0 @@ "include": [ |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.51", | ||
"version": "2.0.0-next.52", | ||
"bin": "./bin.js", | ||
"dependencies": { | ||
"kleur": "^4.1.4", | ||
"prompts": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/kit": "1.0.0-next.77", | ||
"@sveltejs/kit": "1.0.0-next.78", | ||
"@types/gitignore-parser": "^0.0.0", | ||
"@types/prettier": "^2.2.3", | ||
"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", | ||
"svelte-preprocess": "^4.7.0", | ||
"tiny-glob": "^0.2.8" | ||
@@ -19,9 +22,9 @@ }, | ||
"dist", | ||
"bin.js" | ||
"bin.js", | ||
"utils.js" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "node scripts/build-templates && rollup -c", | ||
"lint": "eslint --ignore-path .gitignore \"cli/*.js\" && npm run check-format", | ||
"build": "node scripts/build-templates", | ||
"lint": "eslint --ignore-path .gitignore \"./*.js\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
@@ -28,0 +31,0 @@ "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore" |
Sorry, the diff of this file is too big to display
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 1 instance in 1 package
1999842
9
23
3
2
760
1
+ Addedkleur@^4.1.4
+ Addedprompts@^2.4.0
+ Addedkleur@3.0.34.1.5(transitive)
+ Addedprompts@2.4.2(transitive)
+ Addedsisteransi@1.0.5(transitive)