🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@solid-primitives/mutable

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/mutable - npm Package Compare versions

Comparing version

to
1.0.1

7

package.json
{
"name": "@solid-primitives/mutable",
"version": "1.0.0",
"version": "1.0.1",
"description": "A primitive for creating a mutable store, an alternative to Solid's createStore.",

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

},
"require": "./dist/index.cjs"
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},

@@ -48,0 +51,0 @@ "typesVersions": {},