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.63 to 2.0.0-next.64

18

bin.js

@@ -59,18 +59,24 @@ #!/usr/bin/env node

{
type: 'confirm',
type: 'toggle',
name: 'typescript',
message: 'Use TypeScript?',
initial: false
initial: false,
active: 'Yes',
inactive: 'No'
},
{
type: 'confirm',
type: 'toggle',
name: 'eslint',
message: 'Add ESLint for code linting?',
initial: false
initial: false,
active: 'Yes',
inactive: 'No'
},
{
type: 'confirm',
type: 'toggle',
name: 'prettier',
message: 'Add Prettier for code formatting?',
initial: false
initial: false,
active: 'Yes',
inactive: 'No'
}

@@ -77,0 +83,0 @@ ]));

# create-svelte
## 2.0.0-next.64
### Patch Changes
- 3fb191c: Improved install prompts, turn confirms into toggle
## 2.0.0-next.63

@@ -4,0 +10,0 @@

{
"name": "create-svelte",
"version": "2.0.0-next.63",
"version": "2.0.0-next.64",
"bin": "./bin.js",

@@ -10,3 +10,3 @@ "dependencies": {

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.93",
"@sveltejs/kit": "1.0.0-next.96",
"@types/gitignore-parser": "^0.0.0",

@@ -13,0 +13,0 @@ "@types/prettier": "^2.2.3",

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