Socket
Socket
Sign inDemoInstall

svelte

Package Overview
Dependencies
Maintainers
0
Versions
701
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-next.174 to 5.0.0-next.175

2

package.json

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

"license": "MIT",
"version": "5.0.0-next.174",
"version": "5.0.0-next.175",
"type": "module",

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

@@ -18,3 +18,3 @@ import { STATE_SYMBOL } from '../../../constants.js';

/**
* @param {Element} element_or_component
* @param {any} element_or_component
* @param {(value: unknown, ...parts: unknown[]) => void} update

@@ -26,3 +26,3 @@ * @param {(...parts: unknown[]) => unknown} get_value

*/
export function bind_this(element_or_component, update, get_value, get_parts) {
export function bind_this(element_or_component = {}, update, get_value, get_parts) {
effect(() => {

@@ -29,0 +29,0 @@ /** @type {unknown[]} */

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

*/
export const VERSION = '5.0.0-next.174';
export const VERSION = '5.0.0-next.175';
export const PUBLIC_VERSION = '5';

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc