axios-ntlm
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "axios-ntlm", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "An NTLM auth extension to the Axios HTTP library", | ||
@@ -30,8 +30,8 @@ "main": "lib/ntlmClient.js", | ||
"devDependencies": { | ||
"@types/node": "^18.11.9", | ||
"typescript": "^4.9.3" | ||
"@types/node": "^18.18.9", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.3.2", | ||
"des.js": "^1.0.1", | ||
"axios": "^1.6.1", | ||
"des.js": "^1.1.0", | ||
"dev-null": "^0.1.1", | ||
@@ -38,0 +38,0 @@ "js-md4": "^0.3.2" |
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
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
Updatedaxios@^1.6.1
Updateddes.js@^1.1.0