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

svelte

Package Overview
Dependencies
Maintainers
3
Versions
765
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte - npm Package Compare versions

Comparing version 5.1.7 to 5.1.8

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "5.1.7",
"version": "5.1.8",
"type": "module",

@@ -8,0 +8,0 @@ "types": "./types/index.d.ts",

@@ -404,2 +404,3 @@ /** @import { Expression, ExpressionStatement, Identifier, MemberExpression, ObjectExpression, Statement } from 'estree' */

...child_state.init,
...element_state.init,
child_state.update.length > 0 ? build_render_statement(child_state.update) : b.empty,

@@ -406,0 +407,0 @@ ...child_state.after_update,

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

*/
export const VERSION = '5.1.7';
export const VERSION = '5.1.8';
export const PUBLIC_VERSION = '5';

Sorry, the diff of this file is too big to display

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