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

@relaycorp/dnssec

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relaycorp/dnssec - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

2

build/lib/lib/dns/DnsRecord.d.ts

@@ -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

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