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 3.1.1 to 3.1.2

3

bin.js

@@ -50,2 +50,3 @@ #!/usr/bin/env node

message: 'Which Svelte app template?',
// @ts-expect-error i have no idea what is going on here
options: fs.readdirSync(dist('templates')).map((dir) => {

@@ -69,2 +70,3 @@ const meta_file = dist(`templates/${dir}/meta.json`);

label: 'Yes, using JavaScript with JSDoc comments',
// @ts-expect-error :shrug:
value: 'checkjs'

@@ -74,2 +76,3 @@ },

label: 'Yes, using TypeScript syntax',
// @ts-expect-error :shrug:
value: 'typescript'

@@ -76,0 +79,0 @@ },

4

package.json
{
"name": "create-svelte",
"version": "3.1.1",
"version": "3.1.2",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"dependencies": {
"@clack/prompts": "^0.6.0",
"@clack/prompts": "^0.6.3",
"kleur": "^4.1.5"

@@ -17,0 +17,0 @@ },

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