@tmonier/create-effract
Advanced tools
+2
-0
@@ -45,2 +45,4 @@ import * as fs from "node:fs"; | ||
| - Async data: \`query(effect, key?)\`; typed errors: \`.catch({ Tag: fallback })\`; loading: \`.suspense(fallback)\`. | ||
| - SSR is opt-in via \`renderToStream\` from \`@tmonier/effract/ssr\` (server-only); the client's plain \`mount\` | ||
| hydrates automatically — there is **no** dehydrate/hydrate API to call. \`atom.serializable\` marks wire-crossing state. | ||
| ${END_MARKER}`; | ||
@@ -47,0 +49,0 @@ /** |
+1
-1
| { | ||
| "name": "@tmonier/create-effract", | ||
| "version": "0.6.0", | ||
| "version": "0.7.0", | ||
| "description": "Scaffold effract into a Vite / Next / TanStack Start app — idempotent, non-interactive, and it teaches your coding agent.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+2
-0
@@ -58,2 +58,4 @@ /** | ||
| - Async data: \`query(effect, key?)\`; typed errors: \`.catch({ Tag: fallback })\`; loading: \`.suspense(fallback)\`. | ||
| - SSR is opt-in via \`renderToStream\` from \`@tmonier/effract/ssr\` (server-only); the client's plain \`mount\` | ||
| hydrates automatically — there is **no** dehydrate/hydrate API to call. \`atom.serializable\` marks wire-crossing state. | ||
| ${END_MARKER}`; | ||
@@ -60,0 +62,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
23222
2.09%385
1.05%8
33.33%