@tmonier/create-effract
Advanced tools
+1
-1
@@ -70,3 +70,3 @@ import * as fs from "node:fs"; | ||
| make: Effect.sync(() => { | ||
| const count = atom(0); | ||
| const count = atom('count', 0); | ||
| return { count, inc: () => count.update((n) => n + 1) }; | ||
@@ -73,0 +73,0 @@ }), |
+1
-1
| { | ||
| "name": "@tmonier/create-effract", | ||
| "version": "0.7.0", | ||
| "version": "0.8.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": [ |
+1
-1
@@ -90,3 +90,3 @@ /** | ||
| make: Effect.sync(() => { | ||
| const count = atom(0); | ||
| const count = atom('count', 0); | ||
| return { count, inc: () => count.update((n) => n + 1) }; | ||
@@ -93,0 +93,0 @@ }), |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
23240
0.08%