@solid-primitives/rootless
Advanced tools
+2
-2
@@ -1,3 +0,3 @@ | ||
| import { Owner, Accessor } from "solid-js"; | ||
| import { AnyFunction } from "@solid-primitives/utils"; | ||
| import { type Owner, type Accessor } from "solid-js"; | ||
| import { type AnyFunction } from "@solid-primitives/utils"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * Creates a reactive **sub root**, that will be automatically disposed when it's owner does. |
+5
-5
| { | ||
| "name": "@solid-primitives/rootless", | ||
| "version": "1.5.1", | ||
| "version": "1.5.2", | ||
| "description": "A collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.", | ||
@@ -49,3 +49,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
| "dependencies": { | ||
| "@solid-primitives/utils": "^6.3.1" | ||
| "@solid-primitives/utils": "^6.3.2" | ||
| }, | ||
@@ -56,7 +56,7 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "solid-js": "^1.8.7" | ||
| "solid-js": "^1.9.7" | ||
| }, | ||
| "scripts": { | ||
| "dev": "tsx ../../scripts/dev.ts", | ||
| "build": "tsx ../../scripts/build.ts", | ||
| "dev": "node --import=@nothing-but/node-resolve-ts --experimental-transform-types ../../scripts/dev.ts", | ||
| "build": "node --import=@nothing-but/node-resolve-ts --experimental-transform-types ../../scripts/build.ts", | ||
| "vitest": "vitest -c ../../configs/vitest.config.ts", | ||
@@ -63,0 +63,0 @@ "test": "pnpm run vitest", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
24137
0.65%