@squared-functions/types
Advanced tools
Comparing version 4.9.16 to 4.9.17
@@ -6,2 +6,3 @@ import type { HttpProtocolVersion } from './squared'; | ||
import type { WriteStream } from 'fs'; | ||
import type { LookupAddress } from 'dns'; | ||
import type { ClientRequest, Agent as HttpAgent, IncomingHttpHeaders, OutgoingHttpHeaders } from 'http'; | ||
@@ -118,2 +119,2 @@ import type { Agent as HttpsAgent } from 'https'; | ||
export type HttpOutgoingHeaders = ObjectMap<OutgoingHttpHeaders>; | ||
export type LookupCallback = (err: NodeJS.ErrnoException | null, address: string, family: number) => void; | ||
export type LookupCallback = (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family?: number) => void; |
{ | ||
"name": "@squared-functions/types", | ||
"version": "4.9.16", | ||
"version": "4.9.17", | ||
"description": "Type definitions for squared-functions.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179212
4108