New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-svelte

Package Overview
Dependencies
Maintainers
2
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte - npm Package Compare versions

Comparing version 2.0.0-next.51 to 2.0.0-next.52

dist/templates/default/assets/src/app.css

6

CHANGELOG.md
# 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": [

23

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc