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

@arcjet/ip

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

Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10

2

index.js

@@ -275,3 +275,3 @@ function parseXForwardedFor(value) {

// Shared range
if (octets[0] === 100 && (octets[1] & 192) === 64) {
if (octets[0] === 100 && (octets[1] & 0b1100_0000) === 0b0100_0000) {
return false;

@@ -278,0 +278,0 @@ }

{
"name": "@arcjet/ip",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "Arcjet utilities for finding the originating IP of a request",

@@ -44,10 +44,10 @@ "license": "Apache-2.0",

"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.9",
"@arcjet/rollup-config": "1.0.0-alpha.9",
"@arcjet/tsconfig": "1.0.0-alpha.9",
"@arcjet/eslint-config": "1.0.0-alpha.10",
"@arcjet/rollup-config": "1.0.0-alpha.10",
"@arcjet/tsconfig": "1.0.0-alpha.10",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.12.0",
"@rollup/wasm-node": "4.13.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
"typescript": "5.4.2"
},

@@ -54,0 +54,0 @@ "publishConfig": {

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