New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte

Package Overview
Dependencies
Maintainers
3
Versions
842
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.19.1 to 5.19.2

2

package.json

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

"license": "MIT",
"version": "5.19.1",
"version": "5.19.2",
"type": "module",

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

@@ -119,3 +119,3 @@ /** @import { Derived, Effect, Reaction, Source, Value } from '#client' */

function push_derived_source(source) {
if (active_reaction !== null && (active_reaction.f & DERIVED) !== 0) {
if (active_reaction !== null && !untracking && (active_reaction.f & DERIVED) !== 0) {
if (derived_sources === null) {

@@ -122,0 +122,0 @@ set_derived_sources([source]);

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

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