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 2.0.2 to 2.1.0

68

dist/shared.json

@@ -10,8 +10,2 @@ {

{
"name": "vite.config.js",
"include": [],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\n/** @type {import('vite').UserConfig} */\nconst config = {\n\tplugins: [sveltekit()]\n};\n\nexport default config;\n"
},
{
"name": "jsconfig.json",

@@ -113,10 +107,2 @@ "include": [

{
"name": "vite.config.js",
"include": [
"vitest"
],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\n/** @type {import('vite').UserConfig} */\nconst config = {\n\tplugins: [sveltekit()],\n\ttest: {\n\t\tinclude: ['src/**/*.{test,spec}.{js,ts}']\n\t}\n};\n\nexport default config;\n"
},
{
"name": "svelte.config.js",

@@ -130,2 +116,18 @@ "include": [],

{
"name": "vite.config.ts",
"include": [
"typescript"
],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\nimport type { UserConfig } from 'vite';\n\nconst config: UserConfig = {\n\tplugins: [sveltekit()]\n};\n\nexport default config;\n"
},
{
"name": "vite.config.js",
"include": [
"checkjs"
],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\n/** @type {import('vite').UserConfig} */\nconst config = {\n\tplugins: [sveltekit()]\n};\n\nexport default config;\n"
},
{
"name": "package.json",

@@ -261,2 +263,20 @@ "include": [

{
"name": "vite.config.ts",
"include": [
"vitest",
"typescript"
],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\nimport type { UserConfig } from 'vite';\n\nconst config: UserConfig = {\n\tplugins: [sveltekit()],\n\ttest: {\n\t\tinclude: ['src/**/*.{test,spec}.{js,ts}']\n\t}\n};\n\nexport default config;\n"
},
{
"name": "vite.config.js",
"include": [
"vitest",
"checkjs"
],
"exclude": [],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\n/** @type {import('vite').UserConfig} */\nconst config = {\n\tplugins: [sveltekit()],\n\ttest: {\n\t\tinclude: ['src/**/*.{test,spec}.{js,ts}']\n\t}\n};\n\nexport default config;\n"
},
{
"name": "package.json",

@@ -272,2 +292,11 @@ "include": [

{
"name": "vite.config.js",
"include": [],
"exclude": [
"typescript",
"checkjs"
],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\nconst config = {\n\tplugins: [sveltekit()]\n};\n\nexport default config;\n"
},
{
"name": "src/routes/sverdle/game.test.ts",

@@ -374,2 +403,13 @@ "include": [

{
"name": "vite.config.js",
"include": [
"vitest"
],
"exclude": [
"typescript",
"checkjs"
],
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\n\nconst config = {\n\tplugins: [sveltekit()],\n\ttest: {\n\t\tinclude: ['src/**/*.{test,spec}.{js,ts}']\n\t}\n};\n\nexport default config;\n"
},
{
"name": "src/index.test.ts",

@@ -376,0 +416,0 @@ "include": [

{
"name": "create-svelte",
"version": "2.0.2",
"version": "2.1.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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