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
118
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.3 to 4.0.4

2

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

@@ -5,0 +5,0 @@ "author": "dominikg",

@@ -111,3 +111,3 @@ import { buildExtendedLogMessage } from './log.js';

function couldBeFixedByCssPreprocessor(code) {
return code === 'expected_token' || code === 'unexpected_eof' || code.startsWith('css_');
return code === 'expected_token' || code === 'unexpected_eof' || code?.startsWith('css_');
}

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