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

@zeit/fetch-cached-dns

Package Overview
Dependencies
Maintainers
18
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeit/fetch-cached-dns - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -44,3 +44,3 @@ const { isIP } = require('net')

const location = res.headers.get('Location')
redirectOpts.headers.delete('Host')
redirectOpts.headers.set('Host', parse(location).host)

@@ -47,0 +47,0 @@ if (opts.onRedirect) {

{
"name": "@zeit/fetch-cached-dns",
"version": "1.1.1",
"version": "1.1.2",
"description": "A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL",

@@ -5,0 +5,0 @@ "scripts": {

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