@undercurrentai/eslint-plugin-ai-guard 2.0.0-beta.3 → 2.0.0-beta.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -3
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undercurrentai/eslint-plugin-ai-guard",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.4",
|
|
4
4
|
"description": "Framework-aware security lint for JS/TS routes and webhooks (Express, Fastify, Hono, NestJS, Next.js). Missing-auth / missing-authz / unverified-webhook detection where typescript-eslint and eslint-plugin-security don't reach. Especially useful on AI-generated code. Fork of eslint-plugin-ai-guard.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
".": {
|
|
34
34
|
"import": "./dist/index.mjs",
|
|
35
35
|
"require": "./dist/index.js"
|
|
36
|
-
}
|
|
36
|
+
},
|
|
37
|
+
"./package.json": "./package.json"
|
|
37
38
|
},
|
|
38
39
|
"bin": {
|
|
39
40
|
"ai-guard": "dist/cli/index.js"
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
},
|
|
87
88
|
"repository": {
|
|
88
89
|
"type": "git",
|
|
89
|
-
"url": "https://github.com/undercurrentai/eslint-plugin-ai-guard"
|
|
90
|
+
"url": "git+https://github.com/undercurrentai/eslint-plugin-ai-guard.git"
|
|
90
91
|
},
|
|
91
92
|
"bugs": {
|
|
92
93
|
"url": "https://github.com/undercurrentai/eslint-plugin-ai-guard/issues"
|