Socket
Socket
Sign inDemoInstall

@zeit/fetch-cached-dns

Package Overview
Dependencies
Maintainers
34
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.4 to 1.2.0

2

index.js
const { isIP } = require('net')
const { format, parse } = require('url')
const resolve = require('@zeit/dns-cached-resolve')
const resolve = require('@zeit/dns-cached-resolve').default

@@ -5,0 +5,0 @@ module.exports = setup

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

@@ -36,3 +36,3 @@ "license": "MIT",

"dependencies": {
"@zeit/dns-cached-resolve": "1.3.1"
"@zeit/dns-cached-resolve": "2.1.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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