New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@solid-primitives/static-store

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/static-store - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-3
package.json
{
"name": "@solid-primitives/static-store",
"version": "0.1.0",
"version": "0.1.1",
"description": "Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.",

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

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

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

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

@@ -54,0 +54,0 @@ "devDependencies": {