Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sveltejs/vite-plugin-svelte

Package Overview
Dependencies
Maintainers
4
Versions
109
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 4.0.0-next.5 to 4.0.0-next.6

6

package.json
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "4.0.0-next.5",
"version": "4.0.0-next.6",
"license": "MIT",

@@ -43,3 +43,3 @@ "author": "dominikg",

"kleur": "^4.1.5",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"vitefu": "^0.2.5"

@@ -55,3 +55,3 @@ },

"sass": "^1.77.8",
"svelte": "^5.0.0-next.200",
"svelte": "^5.0.0-next.210",
"vite": "^5.3.5"

@@ -58,0 +58,0 @@ },

@@ -73,8 +73,5 @@ import { readFileSync } from 'node:fs';

if (compileOptions.hmr) {
if (options.emitCss) {
const hash = `s-${safeBase64Hash(normalize(filename, options.root))}`;
compileOptions.cssHash = () => hash;
}
compileOptions.hmr = false;
if (compileOptions.hmr && options.emitCss) {
const hash = `s-${safeBase64Hash(normalize(filename, options.root))}`;
compileOptions.cssHash = () => hash;
}

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