New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axios-cached-dns-resolve

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-cached-dns-resolve - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

6

axios-cached-dns-resolve.js

@@ -26,3 +26,7 @@ /* eslint-disable no-plusplus */

prettyPrint: process.env.NODE_ENV === 'DEBUG' || false,
useLevelLabels: true,
formatters: {
level(label/* , number */) {
return { level: label }
},
},
},

@@ -29,0 +33,0 @@ cache: undefined,

4

package.json
{
"name": "axios-cached-dns-resolve",
"version": "3.0.3",
"version": "3.0.4",
"main": "index",

@@ -9,3 +9,3 @@ "description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background",

"ava": "ava",
"test": "npm run ava",
"test": "npm run ava -timeout=2m",
"watchLint": "esw . --ext=js --ext=mjs --ignore-path .gitignore --fix --watch",

@@ -12,0 +12,0 @@ "lint": "eslint . --ext=js --ext=mjs --ignore-path .gitignore --fix"

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