@arcjet/analyze
Advanced tools
+1
-1
@@ -133,2 +133,2 @@ import { BotConfig, BotResult, DetectSensitiveInfoFunction, DetectedSensitiveInfoEntity, EmailValidationConfig, EmailValidationResult, FilterResult, SensitiveInfoEntities, SensitiveInfoEntity, SensitiveInfoResult } from "@arcjet/analyze-wasm"; | ||
| //#endregion | ||
| export { AnalyzeRequest, type BotConfig, type DetectedSensitiveInfoEntity, type EmailValidationConfig, type FilterResult, type SensitiveInfoEntity, detectBot, detectSensitiveInfo, generateFingerprint, isValidEmail, matchFilters }; | ||
| export { AnalyzeRequest, type BotConfig, type DetectSensitiveInfoFunction, type DetectedSensitiveInfoEntity, type EmailValidationConfig, type FilterResult, type SensitiveInfoEntities, type SensitiveInfoEntity, type SensitiveInfoResult, detectBot, detectSensitiveInfo, generateFingerprint, isValidEmail, matchFilters }; |
+4
-5
| { | ||
| "name": "@arcjet/analyze", | ||
| "version": "1.8.0", | ||
| "version": "1.9.0", | ||
| "description": "Arcjet local analysis engine", | ||
@@ -43,4 +43,3 @@ "keywords": [ | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "tag": "latest" | ||
| "access": "public" | ||
| }, | ||
@@ -55,4 +54,4 @@ "scripts": { | ||
| "dependencies": { | ||
| "@arcjet/analyze-wasm": "1.8.0", | ||
| "@arcjet/protocol": "1.8.0" | ||
| "@arcjet/analyze-wasm": "1.9.0", | ||
| "@arcjet/protocol": "1.9.0" | ||
| }, | ||
@@ -59,0 +58,0 @@ "devDependencies": { |
24693
0.27%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated