@fourteensystems/prodcheck 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/engine/version.d.ts +1 -1
- package/dist/engine/version.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npx @fourteensystems/prodcheck init
|
|
|
15
15
|
Detects your framework and dependencies, generates a config, and runs your first scan.
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
Prodcheck 0.3.
|
|
18
|
+
Prodcheck 0.3.2
|
|
19
19
|
Detected: next-app-router · next-auth · prisma · upstash-ratelimit · middleware.ts
|
|
20
20
|
Score: 85 PASS
|
|
21
21
|
```
|
package/dist/engine/version.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ProdcheckConfig } from "./types.js";
|
|
2
|
-
export declare const PRODCHECK_VERSION = "0.3.
|
|
2
|
+
export declare const PRODCHECK_VERSION = "0.3.4";
|
|
3
3
|
export declare const INDEX_VERSION = 1;
|
|
4
4
|
export declare function hashConfig(config: ProdcheckConfig): string;
|
|
5
5
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/engine/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fourteensystems/prodcheck",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Static analysis guardrail for Next.js SaaS — flags unprotected routes, missing rate limiting, and SSRF surfaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"commander": "^13.1.0",
|
|
48
48
|
"fast-glob": "^3.3.3",
|
|
49
|
-
"picocolors": "^1.1.1"
|
|
49
|
+
"picocolors": "^1.1.1",
|
|
50
|
+
"typescript": "^5.7.0"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@types/node": "^22.0.0",
|
|
53
|
-
"typescript": "^5.7.0",
|
|
54
54
|
"vitest": "^3.0.0"
|
|
55
55
|
}
|
|
56
56
|
}
|