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

@arcjet/bun

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/bun - npm Package Compare versions

Comparing version
1.7.0-rc.0
to
1.7.0-rc.1
+3
-1
dist/index.js

@@ -12,2 +12,4 @@ import { cloudflare, findIp, parseProxies } from "@arcjet/ip";

//#region src/index.ts
/** SDK version. Updated by the release process. */
const VERSION = "1.7.0-rc.1";
let warnedForAutomaticBodyRead = false;

@@ -30,3 +32,3 @@ /**

sdkStack: "BUN",
sdkVersion: "__ARCJET_SDK_VERSION__"
sdkVersion: VERSION
});

@@ -33,0 +35,0 @@ }

{
"name": "@arcjet/bun",
"version": "1.7.0-rc.0",
"description": "Arcjet runtime security SDK for Bun \u2014 bot protection, rate limiting, prompt injection detection, PII blocking, and WAF",
"version": "1.7.0-rc.1",
"description": "Arcjet runtime security SDK for Bun — bot protection, rate limiting, prompt injection detection, PII blocking, and WAF",
"keywords": [

@@ -63,10 +63,10 @@ "ai",

"dependencies": {
"@arcjet/body": "1.7.0-rc.0",
"@arcjet/env": "1.7.0-rc.0",
"@arcjet/headers": "1.7.0-rc.0",
"@arcjet/ip": "1.7.0-rc.0",
"@arcjet/logger": "1.7.0-rc.0",
"@arcjet/protocol": "1.7.0-rc.0",
"@arcjet/transport": "1.7.0-rc.0",
"arcjet": "1.7.0-rc.0"
"@arcjet/body": "1.7.0-rc.1",
"@arcjet/env": "1.7.0-rc.1",
"@arcjet/headers": "1.7.0-rc.1",
"@arcjet/ip": "1.7.0-rc.1",
"@arcjet/logger": "1.7.0-rc.1",
"@arcjet/protocol": "1.7.0-rc.1",
"@arcjet/transport": "1.7.0-rc.1",
"arcjet": "1.7.0-rc.1"
},

@@ -73,0 +73,0 @@ "devDependencies": {