You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@solid-primitives/destructure

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/destructure - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6
+1
-2
dist/index.d.ts
import { Accessor } from 'solid-js';
import { Values, AnyFunction, MaybeAccessor, AnyObject } from '@solid-primitives/utils';
import { MemoOptions } from 'solid-js/types/reactive/signal';
import { MemoOptions, Values, AnyFunction, MaybeAccessor, AnyObject } from '@solid-primitives/utils';

@@ -5,0 +4,0 @@ type ReactiveSource = [] | any[] | AnyObject;

{
"name": "@solid-primitives/destructure",
"version": "0.1.5",
"version": "0.1.6",
"description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.",

@@ -47,3 +47,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",

"dependencies": {
"@solid-primitives/utils": "^4.0.1"
"@solid-primitives/utils": "^5.0.0"
},

@@ -50,0 +50,0 @@ "peerDependencies": {