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.48 to 2.0.0-next.50

bin.js

13

CHANGELOG.md
# 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 @@

17

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

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