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

@xyo-network/dns

Package Overview
Dependencies
Maintainers
0
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/dns - npm Package Compare versions

Comparing version 2.110.19 to 2.111.0

dist/browser/index.mjs

14

package.json

@@ -14,7 +14,7 @@ {

"dependencies": {
"@xylabs/axios": "^3.6.6"
"@xylabs/axios": "^3.6.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.14.1",
"@xylabs/tsconfig": "^3.14.1",
"@xylabs/ts-scripts-yarn3": "^3.15.5",
"@xylabs/tsconfig": "^3.15.5",
"typescript": "^5.5.4"

@@ -31,3 +31,3 @@ },

"types": "./dist/browser/index.d.mts",
"default": "./dist/browser/index.js"
"default": "./dist/browser/index.mjs"
}

@@ -42,3 +42,3 @@ },

"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.js"
"default": "./dist/node/index.mjs"
}

@@ -50,3 +50,3 @@ }

"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"module": "dist/node/index.mjs",
"types": "dist/node/index.d.mts",

@@ -63,4 +63,4 @@ "homepage": "https://xyo.network",

"sideEffects": false,
"version": "2.110.19",
"version": "2.111.0",
"type": "module"
}

@@ -6,6 +6,6 @@ import { DnsReturnCode } from './DnsReturnCode.ts'

export interface GoogleDnsResult {
AD?: boolean //Validated with DNSSEC
AD?: boolean // Validated with DNSSEC
Answer?: GoogleDnsResultAnswer[]
Authority?: GoogleDnsResultAnswer[]
CD?: boolean //DNSSEC disabled
CD?: boolean // DNSSEC disabled
Comment?: string

@@ -16,4 +16,4 @@ Question?: GoogleDnsResultQuestion[]

Status?: DnsReturnCode
TC?: boolean //Truncated
TC?: boolean // Truncated
edns_client_subnet?: string
}
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