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 1.2.1 to 2.0.0

__tests__/test.mjs

33

package.json
{
"name": "axios-cached-dns-resolve",
"version": "1.2.1",
"version": "2.0.0",
"type": "commonjs",
"main": "index.js",

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

"test": "npm run ava",
"watchLint": "esw . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix --watch",
"lint": "eslint . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix"
"watchLint": "esw . --ext=js --ext=mjs --ignore-path .gitignore --fix --watch",
"lint": "eslint . --ext=js --ext=mjs --ignore-path .gitignore --fix"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14.0.0"
},
"type": "commonjs",
"esm": {

@@ -36,7 +36,7 @@ "force": true,

"devDependencies": {
"ava": "^3.13.0",
"axios": "^0.21.0",
"ava": "^3.15.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"delay": "^4.4.0",
"eslint": "^7.14.0",
"delay": "^5.0.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",

@@ -52,16 +52,5 @@ "eslint-plugin-import": "^2.22.1",

"lru-cache": "^6.0.0",
"pino": "^6.7.0",
"pino-pretty": "^4.3.0"
},
"ava": {
"files": [
"**/__tests__/**/*test*.js"
],
"failFast": true,
"verbose": true,
"require": [
"esm",
"ignore-styles"
]
"pino": "^6.11.1",
"pino-pretty": "^4.5.0"
}
}
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