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

@arcjet/protocol

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/protocol - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

2

convert.d.ts
import { ArcjetRuleResult, ArcjetBotType, ArcjetConclusion, ArcjetDecision, ArcjetEmailType, ArcjetMode, ArcjetReason, ArcjetRuleState, ArcjetStack, ArcjetRule } from "./index";
import { BotType, Conclusion, Decision, EmailType, Mode, Reason, Rule, RuleResult, RuleState, SDKStack } from "./gen/es/decide/v1alpha1/decide_pb";
import { BotType, Conclusion, Decision, EmailType, Mode, Reason, Rule, RuleResult, RuleState, SDKStack } from "./gen/es/decide/v1alpha1/decide_pb.js";
export declare function ArcjetModeToProtocol(value: ArcjetMode): Mode;

@@ -4,0 +4,0 @@ export declare function ArcjetBotTypeToProtocol(botType: ArcjetBotType): BotType;

@@ -44,3 +44,3 @@ import { Timestamp } from "@bufbuild/protobuf";

SuspiciousReason,
} from "./gen/es/decide/v1alpha1/decide_pb";
} from "./gen/es/decide/v1alpha1/decide_pb.js";

@@ -47,0 +47,0 @@ export function ArcjetModeToProtocol(value: ArcjetMode) {

{
"name": "@arcjet/protocol",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "The TypeScript & JavaScript interface into the Arcjet protocol",

@@ -39,5 +39,5 @@ "license": "Apache-2.0",

"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.1",
"@arcjet/rollup-config": "1.0.0-alpha.1",
"@arcjet/tsconfig": "1.0.0-alpha.1",
"@arcjet/eslint-config": "1.0.0-alpha.2",
"@arcjet/rollup-config": "1.0.0-alpha.2",
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@jest/globals": "29.7.0",

@@ -44,0 +44,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.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">
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/npm/v/%40arcjet%2Fprotocol?style=flat-square&label=%E2%9C%A6Aj&labelColor=000000&color=5C5866">
<img alt="npm badge" src="https://img.shields.io/npm/v/%40arcjet%2Fprotocol?style=flat-square&label=%E2%9C%A6Aj&labelColor=ECE6F0&color=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