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

create-turbosvelte

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-turbosvelte - npm Package Compare versions

Comparing version 1.0.1 to 1.2.0

LICENSE

6

package.json
{
"name": "create-turbosvelte",
"version": "1.0.1",
"version": "1.2.0",
"description": "This is an unofficial SvelteKit monorepo starter powered by Turborepo.",

@@ -28,2 +28,4 @@ "bin": "./bin/cli.cjs",

"turbo": {
"baseBranch": "origin/main",
"npmClient": "npm",
"pipeline": {

@@ -36,3 +38,3 @@ "build": {

"dist/**",
".next/**"
".build/**"
]

@@ -39,0 +41,0 @@ },

@@ -13,4 +13,4 @@ <p align="center">

- `docs`: A placeholder documentation site powered by [MdSvex](https://mdsvex.pngwn.io/docs/) (coming soon)
- `@rename/core`: core components
- `@rename/tsconfig`: shared `tsconfig.json`s used throughout the monorepo
- `rename-core`: core components
- `rename-tsconfig`: shared `tsconfig.json`s used throughout the monorepo
- `eslint-preset-acme`: ESLint preset (coming soon)

@@ -33,3 +33,3 @@

```bash
npx create-turbosvelte your-app
npx create-turbosvelte app-name
```

@@ -36,0 +36,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