🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@arcjet/analyze

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/analyze - npm Package Compare versions

Comparing version
1.8.0
to
1.9.0
+1
-1
dist/index.d.ts

@@ -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 };
{
"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": {