@arcis/node 1.5.0 → 1.5.1
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcis/node",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Inside-the-app security middleware for Node.js. One install protects Express, NestJS, SvelteKit, Astro, Nuxt, Bun + Hono against XSS, SQL injection, CSRF, SSRF, HPP, prompt injection, bot traffic, rate limiting, and 20+ more attack types. Includes prompt-injection signature library, LLM token-budget middleware, 646-pattern bot corpus, and the @arcis/cli supply-chain scanner.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -144,16 +144,16 @@
|
|
|
144
144
|
"express": ">=4.0.0"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@nestjs/common": "^11.1.
|
|
147
|
+
"@nestjs/common": "^11.1.21",
|
|
148
148
|
"@types/express": "^5.0.6",
|
|
149
|
-
"@types/node": "^25.
|
|
150
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
149
|
+
"@types/node": "^25.9.1",
|
|
150
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
151
151
|
"@typescript-eslint/parser": "^8.58.0",
|
|
152
|
-
"@vitest/coverage-v8": "^4.1.
|
|
153
|
-
"eslint": "^10.
|
|
152
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
153
|
+
"eslint": "^10.4.0",
|
|
154
154
|
"express": "^5.2.1",
|
|
155
155
|
"tsup": "^8.0.1",
|
|
156
|
-
"typescript": "^6.0.
|
|
156
|
+
"typescript": "^6.0.3",
|
|
157
157
|
"vitest": "^4.1.0"
|
|
158
158
|
},
|
|
159
159
|
"repository": {
|