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.6 to 1.1.7

3

lib/ntlmClient.d.ts

@@ -1,2 +0,3 @@

import { AxiosInstance, AxiosRequestConfig } from 'axios';
import { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
export { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse };
/**

@@ -3,0 +4,0 @@ * @property username The username of the user you are authenticating as.

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

else {
return error;
return err;
}

@@ -77,0 +77,0 @@ });

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

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

}
}
}

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