@arcjet/analyze
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
@@ -1,2 +0,2 @@ | ||
import { type EmailValidationConfig } from "./wasm/arcjet_analyze_js_req"; | ||
import { type EmailValidationConfig } from "./wasm/arcjet_analyze_js_req.js"; | ||
export { type EmailValidationConfig }; | ||
@@ -3,0 +3,0 @@ /** |
@@ -24,3 +24,3 @@ import initWasm, { detect_bot, generate_fingerprint, is_valid_email } from './wasm/arcjet_analyze_js_req.js'; | ||
// @ts-expect-error | ||
'./wasm/arcjet_analyze_js_req_bg.wasm?module'); | ||
'./wasm/arcjet_analyze_js_req.js'); | ||
wasmModule = mod.default; | ||
@@ -27,0 +27,0 @@ } |
@@ -6,3 +6,3 @@ import initWasm, { | ||
type EmailValidationConfig, | ||
} from "./wasm/arcjet_analyze_js_req"; | ||
} from "./wasm/arcjet_analyze_js_req.js"; | ||
@@ -9,0 +9,0 @@ export { type EmailValidationConfig }; |
{ | ||
"name": "@arcjet/analyze", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Arcjet local analysis engine", | ||
@@ -36,7 +36,9 @@ "license": "Apache-2.0", | ||
], | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@arcjet/logger": "1.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@arcjet/eslint-config": "1.0.0-alpha.0", | ||
"@arcjet/rollup-config": "1.0.0-alpha.0", | ||
"@arcjet/tsconfig": "1.0.0-alpha.0", | ||
"@arcjet/eslint-config": "1.0.0-alpha.1", | ||
"@arcjet/rollup-config": "1.0.0-alpha.1", | ||
"@arcjet/tsconfig": "1.0.0-alpha.1", | ||
"@jest/globals": "29.7.0", | ||
@@ -43,0 +45,0 @@ "@types/node": "18.18.0", |
@@ -12,4 +12,4 @@ <a href="https://arcjet.com" target="_arcjet-home"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/%E2%9C%A6Aj-1.0.0--alpha.0-5C5866?style=flat-square&labelColor=000000"> | ||
<img src="https://img.shields.io/badge/%E2%9C%A6Aj-1.0.0--alpha.0-ECE6F0?style=flat-square&labelColor=ECE6F0"> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/%E2%9C%A6Aj-1.0.0--alpha.1-5C5866?style=flat-square&labelColor=000000"> | ||
<img src="https://img.shields.io/badge/%E2%9C%A6Aj-1.0.0--alpha.1-ECE6F0?style=flat-square&labelColor=ECE6F0"> | ||
</picture> | ||
@@ -16,0 +16,0 @@ </p> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3701929
1
+ Added@arcjet/logger@1.0.0-alpha.1
+ Added@arcjet/logger@1.0.0-alpha.1(transitive)