Sign In

@tmonier/create-effract

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tmonier/create-effract - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+2
-0
dist/init.mjs

@@ -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": [

@@ -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 @@