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

create-svelte-with-args

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte-with-args - npm Package Compare versions

Comparing version 0.0.2--canary.2.b634222.1 to 0.0.2--canary.2.c36ca83.0

4

dist/bin.js

@@ -9,7 +9,7 @@ #!/usr/bin/env node

[
"npx $0 --name=my-new-app --template=default --types=checkjs --prettier --no-eslint --no-playwright",
"npm create svelte-with-args@latest --name=my-new-app --template=default --types=checkjs --prettier --no-eslint --no-playwright",
"Default app, checking JS types, with Prettier, and no ESLint or Playwright"
],
[
"npx $0 --name=my-new-app --directory=other-dir/my-app --template=default --types=typescript --no-prettier --no-eslint --no-playwright",
"npm create svelte-with-args@latest --name=my-new-app --directory=other-dir/my-app --template=default --types=typescript --no-prettier --no-eslint --no-playwright",
"Default app, installing in specified directory"

@@ -16,0 +16,0 @@ ]

{
"name": "create-svelte-with-args",
"version": "0.0.2--canary.2.b634222.1",
"version": "0.0.2--canary.2.c36ca83.0",
"description": "A small CLI wrapper around the create-svelte package that enables you to replace the interactive prompts with CLI arguments.",

@@ -14,3 +14,2 @@ "bin": "dist/bin.js",

"license": "MIT",
"private": false,
"type": "module",

@@ -21,3 +20,3 @@ "scripts": {

"start": "node ./dist/bin.js",
"start:default": "yarn start --name=default --template=default --types=ckeckjs --no-prettier --no-eslint --no-playwright",
"start:default": "yarn start --name=default --template=default --types=checkjs --no-prettier --no-eslint --no-playwright",
"start:mini": "yarn start --name=mini --template=skeleton --types=null --no-prettier --no-eslint --no-playwright",

@@ -35,3 +34,3 @@ "start:maxi": "yarn start --name=maxi --template=default --types=typescript --prettier --eslint --playwright",

],
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.2.3",
"engines": {

@@ -38,0 +37,0 @@ "node": ">=10.13.0",

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