Socket
Socket
Sign inDemoInstall

@sveltejs/vite-plugin-svelte

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/vite-plugin-svelte - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

12

package.json
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "2.4.3",
"version": "2.4.4",
"license": "MIT",

@@ -40,4 +40,4 @@ "author": "dominikg",

"kleur": "^4.1.5",
"magic-string": "^0.30.1",
"svelte-hmr": "^0.15.2",
"magic-string": "^0.30.2",
"svelte-hmr": "^0.15.3",
"vitefu": "^0.2.4",

@@ -52,5 +52,5 @@ "@sveltejs/vite-plugin-svelte-inspector": "^1.0.3"

"@types/debug": "^4.1.8",
"esbuild": "^0.18.16",
"svelte": "^4.1.1",
"vite": "^4.4.6"
"esbuild": "^0.18.17",
"svelte": "^4.1.2",
"vite": "^4.4.8"
},

@@ -57,0 +57,0 @@ "scripts": {

@@ -55,3 +55,3 @@ import { compile, preprocess, walk } from 'svelte/compiler';

...options.compilerOptions,
filename: normalizedFilename, // use normalized here to avoid bleeding absolute fs path
filename,
generate: ssr ? 'ssr' : 'dom'

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