New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@abtnode/constant

Package Overview
Dependencies
Maintainers
3
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/constant - npm Package Compare versions

Comparing version 1.6.23 to 1.6.24

6

index.js

@@ -200,2 +200,3 @@ const NODE_SERVICES = Object.freeze({

PROCESS_NAME_SERVICE: 'abt-node-service',
PROCESS_NAME_ROUTER: 'abt-node-router',
PROCESS_NAME_LOG_ROTATE: 'abt-node-log-rotate',

@@ -213,2 +214,3 @@ PROCESS_NAME_EVENT_HUB: 'abt-node-event-hub',

DEFAULT_DID_DOMAIN: 'did.abtnet.io',
DEFAULT_GATEWAY_DOMAIN: 'did.gw.abtnet.io',
DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io',

@@ -238,3 +240,3 @@ DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',

// Service Gateway
ROUTER_PROVIDER_NONE: 'none',
IP: new RegExp('-(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\-(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}'),
DOMAIN_FOR_IP_SITE: '',

@@ -249,2 +251,3 @@ DOMAIN_FOR_IP_SITE_REGEXP: `~^\\d+.\\d+.\\d+.\\d+$`, // eslint-disable-line

WELLKNOWN_AUTH_PATH_PREFIX: '/.well-known/auth',
WELLKNOWN_PING_PREFIX: '/.well-known/ping',
SLOT_FOR_IP_DNS_SITE: '888-888-888-888',

@@ -276,2 +279,3 @@

GENERAL_PROXY: 'general_proxy',
DIRECT_RESPONSE: 'direct_response',
}),

@@ -278,0 +282,0 @@

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.6.23",
"version": "1.6.24",
"description": "ABT Node constants",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "6c478fb7e2a30b302981b5339f349c69134e022e"
"gitHead": "6bd8792a155ebbbefea6ca3d42c5b59b354d9879"
}
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