@fourteensystems/prodcheck 0.3.2 → 0.3.3
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/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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fourteensystems/prodcheck",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
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
|
}
|