Socket
Socket
Sign inDemoInstall

svelte

Package Overview
Dependencies
20
Maintainers
3
Versions
625
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.16 to 4.2.17

2

package.json
{
"name": "svelte",
"version": "4.2.16",
"version": "4.2.17",
"description": "Cybernetically enhanced web apps",

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

@@ -196,3 +196,3 @@ import { set_current_component, current_component } from './lifecycle.js';

return Object.keys(style_object)
.filter((key) => style_object[key])
.filter((key) => style_object[key] != null && style_object[key] !== '')
.map((key) => `${key}: ${escape_attribute_value(style_object[key])};`)

@@ -199,0 +199,0 @@ .join(' ');

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

*/
export const VERSION = '4.2.16';
export const VERSION = '4.2.17';
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