@bumble/axios-cached-dns-resolve
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30311
554
12
16
5