Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arcjet/analyze

Package Overview
Dependencies
Maintainers
2
Versions
29
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.0.0-alpha.0 to 1.0.0-alpha.1

2

index.d.ts

@@ -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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc