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

@bumble/axios-cached-dns-resolve

Package Overview
Dependencies
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bumble/axios-cached-dns-resolve - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

lib/cjs/axios-cached-dns-resolve.js

20

package.json
{
"name": "@bumble/axios-cached-dns-resolve",
"version": "1.1.1",
"main": "index.js",
"version": "1.1.2",
"type": "module",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"exports": {
"./esm": "./lib/esm/index.js"
},
"files": [
"lib/"
],
"description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background",

@@ -12,3 +19,5 @@ "scripts": {

"watchLint": "esw . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix --watch",
"lint": "eslint . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix"
"lint": "eslint . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix",
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "rm -rf lib && npm run tsc"
},

@@ -37,3 +46,3 @@ "engines": {

"ava": "^3.13.0",
"axios": "^0.21.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",

@@ -45,5 +54,6 @@ "delay": "^4.4.0",

"eslint-watch": "^7.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"ignore-styles": "^5.0.1",
"esm": "^3.2.25"
"typescript": "^4.2.4"
},

@@ -50,0 +60,0 @@ "dependencies": {

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