+2
-5
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
| var name = "greenly"; | ||
| var version = "1.1.3"; | ||
| var version = "1.1.4"; | ||
| //#endregion | ||
@@ -156,6 +156,3 @@ //#region src/lib/args.ts | ||
| try { | ||
| const res = await fetch(`https://registry.npmjs.org/${encodeURIComponent(pkg)}/latest`, { | ||
| signal: controller.signal, | ||
| headers: { accept: "application/vnd.npm.install-v1+json" } | ||
| }); | ||
| const res = await fetch(`https://registry.npmjs.org/${encodeURIComponent(pkg)}/latest`, { signal: controller.signal }); | ||
| if (!res.ok) return null; | ||
@@ -162,0 +159,0 @@ const data = await res.json(); |
+1
-1
| { | ||
| "name": "greenly", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "Config-driven project check runner. Define your lint/format/typecheck/test/custom steps in greenly.config.ts and run them with one command.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
66751
-0.11%785
-0.38%