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.2.0 to 0.2.1

LICENSE

32

package.json
{
"name": "create-svelte-ux",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CLI for creating new Svelte UX projects",

@@ -13,18 +13,10 @@ "repository": {

"bin": "./bin.js",
"scripts": {
"dev": "node bin.js",
"build": "cd ../../ && ((pnpm run build && cd -) || (cd - && exit 1))",
"build:dev": "pnpm build && pnpm dev",
"check": "tsc",
"lint": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.",
"format": "pnpm lint --write"
},
"dependencies": {
"@clack/prompts": "^0.6.3",
"@kitql/helpers": "^0.8.2",
"commander": "^9.4.0"
"@clack/prompts": "^0.7.0",
"@kitql/helpers": "^0.8.3",
"commander": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.7.23",
"prettier": "^2.8.3"
"@types/node": "^20.9.2",
"prettier": "^3.1.0"
},

@@ -37,3 +29,11 @@ "files": [

"types": "types/index.d.ts",
"type": "module"
}
"type": "module",
"scripts": {
"dev": "node bin.js",
"build": "cd ../../ && ((pnpm run build && cd -) || (cd - && exit 1))",
"build:dev": "pnpm build && pnpm dev",
"check": "tsc",
"lint": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.",
"format": "pnpm lint --write"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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