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.2.0
to
0.2.1
+3
-3
package.json
{
"name": "@solid-primitives/destructure",
"version": "0.2.0",
"version": "0.2.1",
"description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.",

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

"exports": {
"@solid-primitives/source": "./src/index.ts",
"import": {
"@solid-primitives/source": "./src/index.ts",
"types": "./dist/index.d.ts",

@@ -47,3 +47,3 @@ "default": "./dist/index.js"

"dependencies": {
"@solid-primitives/utils": "^6.3.0"
"@solid-primitives/utils": "^6.3.1"
},

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