Socket
Socket
Sign inDemoInstall

adal-node

Package Overview
Dependencies
58
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

5

changelog.md

@@ -0,1 +1,6 @@

Version 0.2.0
------------------
Release Date: 23 August 2019
* Add support for user provided api version
Version 0.1.28

@@ -2,0 +7,0 @@ --------------

2

lib/adal.d.ts

@@ -279,3 +279,3 @@ import * as http from "http";

*/
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache);
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache, aadApiVersion?: string);

@@ -282,0 +282,0 @@ /**

@@ -13,3 +13,3 @@ {

},
"version": "0.2.0",
"version": "0.2.1",
"description": "Windows Azure Active Directory Client Library for node",

@@ -16,0 +16,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc