@relaycorp/dnssec
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -24,3 +24,3 @@ /// <reference types="node" /> | ||
readonly dataFields: any; | ||
constructor(name: string, typeIdOrName: IanaRrTypeIdOrName, classIdOrName: DnsClassIdOrName, ttl: number, data: Buffer | object); | ||
constructor(name: string, typeIdOrName: IanaRrTypeIdOrName, classIdOrName: DnsClassIdOrName, ttl: number, data: unknown); | ||
serialise(ttl?: number | null): Buffer; | ||
@@ -27,0 +27,0 @@ shallowCopy(partialRecord: Partial<RecordFields>): DnsRecord; |
{ | ||
"name": "@relaycorp/dnssec", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "email": "no-reply@relaycorp.tech", |
Sorry, the diff of this file is not supported yet
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
170011