Socket
Socket
Sign inDemoInstall

axios-ntlm

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-ntlm - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/flags.d.ts

2

lib/ntlmClient.js

@@ -27,3 +27,3 @@ "use strict";

var axios_1 = __importDefault(require("axios"));
var ntlm = __importStar(require("ntlm-client"));
var ntlm = __importStar(require("./ntlm"));
var https = __importStar(require("https"));

@@ -30,0 +30,0 @@ var http = __importStar(require("http"));

{
"name": "axios-ntlm",
"version": "1.1.0",
"version": "1.1.1",
"description": "An NTLM auth extension to the Axios HTTP library",

@@ -31,3 +31,2 @@ "main": "lib/ntlmClient.js",

"@types/node": "^14.14.22",
"@types/ntlm-client": "^0.1.0",
"typedoc": "^0.20.20",

@@ -37,5 +36,4 @@ "typescript": "^4.1.3"

"dependencies": {
"axios": "^0.21.1",
"ntlm-client": "^0.1.1"
"axios": "^0.21.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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