Socket
Book a DemoSign in
Socket

@solidjs/signals

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidjs/signals - npm Package Compare versions

Comparing version
0.13.2
to
0.13.3
+3
-0
dist/types/core/types.d.ts

@@ -20,2 +20,4 @@ import type { NOT_PENDING } from "./constants.js";

pureWrite?: boolean;
/** Exclude this signal from snapshot capture (internal — not part of public API) */
_noSnapshot?: boolean;
unobserved?: () => void;

@@ -32,2 +34,3 @@ lazy?: boolean;

_pureWrite?: boolean;
_noSnapshot?: boolean;
_unobserved?: () => void;

@@ -34,0 +37,0 @@ _time: number;

+1
-1
{
"name": "@solidjs/signals",
"version": "0.13.2",
"version": "0.13.3",
"description": "SolidJS' standalone reactivity implementation",

@@ -5,0 +5,0 @@ "author": "Ryan Carniato",

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

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

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