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

create-svelte-ux

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte-ux - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

8

bin.js

@@ -128,2 +128,6 @@ #!/usr/bin/env node

const userAgent = process.env.npm_config_user_agent;
const pm = userAgent ? userAgent.split('/')[0] : 'npm';
const runCmd = pm === 'pnpm' ? 'dev' : 'run dev';
p.outro(`🎉 Everything is ready!

@@ -133,4 +137,4 @@

0️⃣ Go to your project : cd ${green(projectDir)}
1️⃣ Install dependencies : ${green(`npm i`)} | ${green(`pnpm i`)}
2️⃣ Start your application : ${green(`npm run dev`)} | ${green(`pnpm dev`)}`);
1️⃣ Install dependencies : ${green(`${pm} i`)}
2️⃣ Start your application : ${green(`${pm} ${runCmd}`)}`);

@@ -137,0 +141,0 @@ console.log(

{
"name": "create-svelte-ux",
"version": "0.4.3",
"version": "0.5.0",
"description": "A CLI for creating new Svelte UX projects",

@@ -5,0 +5,0 @@ "repository": {

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