Socket
Socket
Sign inDemoInstall

svelte

Package Overview
Dependencies
20
Maintainers
3
Versions
616
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.14 to 4.2.15

2

package.json
{
"name": "svelte",
"version": "4.2.14",
"version": "4.2.15",
"description": "Cybernetically enhanced web apps",

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

@@ -217,3 +217,3 @@ import { gather_possible_values, UNKNOWN } from './gather_possible_values.js';

selector.children.length > 0 &&
!/[.:#\s]/.test(selector.children[0].value[0])
!/[.:#[\s]/.test(selector.children[0].value[0])
) {

@@ -220,0 +220,0 @@ component.error(selector, compiler_errors.css_invalid_global_selector_position);

@@ -9,3 +9,3 @@ // generated during release, do not modify

*/
export const VERSION = '4.2.14';
export const VERSION = '4.2.15';
export const PUBLIC_VERSION = '4';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc