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.0 to 1.0.0-alpha.1

2

index.ts
import { typeid } from "typeid-js";
import { Reason } from "./gen/es/decide/v1alpha1/decide_pb";
import { Reason } from "./gen/es/decide/v1alpha1/decide_pb.js";

@@ -4,0 +4,0 @@ type ArcjetEnum<T extends string> = { readonly [Key in T]: T };

{
"name": "@arcjet/protocol",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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.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",

@@ -44,0 +44,0 @@ "@types/node": "18.18.0",

@@ -1,4 +0,4 @@

export * from "./gen/es/decide/v1alpha1/decide_pb";
export * from "./gen/es/decide/v1alpha1/decide_connect";
export * from "./gen/es/decide/v1alpha1/decide_pb.js";
export * from "./gen/es/decide/v1alpha1/decide_connect.js";
export * from "@bufbuild/protobuf";
export * from "@connectrpc/connect";
// TODO: Finish abstracting over protobuf and don't re-export
export * from "./gen/es/decide/v1alpha1/decide_pb";
export * from "./gen/es/decide/v1alpha1/decide_connect";
export * from "./gen/es/decide/v1alpha1/decide_pb.js";
export * from "./gen/es/decide/v1alpha1/decide_connect.js";
export * from "@bufbuild/protobuf";
export * from "@connectrpc/connect";

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