Socket
Socket
Sign inDemoInstall

adal-node

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adal-node - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

lib/mex.js

@@ -24,3 +24,3 @@ /*

var url = require('url');
var DOMParser = require('xmldom').DOMParser;
var DOMParser = require('@xmldom/xmldom').DOMParser;
var _ = require('underscore');

@@ -375,2 +375,2 @@ var Logger = require('./log').Logger;

module.exports = Mex;
module.exports = Mex;

@@ -23,3 +23,3 @@ /*

var xmldom = require('xmldom');
var xmldom = require('@xmldom/xmldom');

@@ -289,2 +289,2 @@ var xmlutil = require('./xmlutil');

module.exports = WSTrustResponse;
module.exports = WSTrustResponse;

@@ -25,3 +25,3 @@ /*

var select = require('xpath.js');
var XMLSerializer = require('xmldom').XMLSerializer;
var XMLSerializer = require('@xmldom/xmldom').XMLSerializer;

@@ -128,2 +128,2 @@ var constants = require('./constants');

module.exports = exports;
module.exports = exports;

@@ -11,5 +11,5 @@ {

"type": "git",
"url": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs.git"
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "0.2.2",
"version": "0.2.3",
"description": "Windows Azure Active Directory Client Library for node",

@@ -30,4 +30,5 @@ "keywords": [

"dependencies": {
"@types/node": "^8.0.47",
"@xmldom/xmldom": "^0.7.0",
"async": "^2.6.3",
"axios": "^0.21.1",
"date-utils": "*",

@@ -37,5 +38,3 @@ "jws": "3.x.x",

"uuid": "^3.1.0",
"xmldom": ">= 0.1.x",
"xpath.js": "~1.1.0",
"axios": "^0.21.1"
"xpath.js": "~1.1.0"
},

@@ -45,2 +44,3 @@ "devDependencies": {

"@types/nock": "^8.2.1",
"@types/node": "^14.17.10",
"@types/sinon": "^2.3.7",

@@ -52,3 +52,3 @@ "@types/underscore": "^1.8.4",

"sinon": "^7.3.2",
"typescript": "^2.6.1"
"typescript": "^3.9.10"
},

@@ -55,0 +55,0 @@ "scripts": {

@@ -0,1 +1,26 @@

---
This library, ADAL for Node.js, will no longer receive new feature improvements. Instead, use the new library
[MSAL for Node.js](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node).
* If you are starting a new project, you can get started with the
[MSAL for Node.js docs](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node)
for details about the scenarios, usage, and relevant concepts.
* If your application is using the previous ADAL for Node.js library, you can follow this
[migration guide for Node.js apps](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/docs/migration.md).
* Existing applications relying on ADAL for Node.js will continue to work.
---
| [Feedback](https://forms.office.com/r/er9wCuPXsv) |
|---|
## Update to MSAL for Node.js now!
[MSAL for Node.js](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) is the new authentication library to be used with the Microsoft identity platform
Building on top of ADAL, MSAL works with the new and Open ID Connect certified Azure AD V2 endpoint and the new social identity solution from Microsoft, Azure AD B2C.
ADAL for Node.js is in maintenance mode and no new features will be added to the ADAL library anymore. All our ongoing efforts will be focused on improving the new [MSAL for Node.js](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node). MSAL’s documentation also contains a [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/docs/migration.md) which simplifies upgrading from ADAL for Node.js.
# Windows Azure Active Directory Authentication Library (ADAL) for Node.js

@@ -19,2 +44,5 @@ The ADAL for node.js library makes it easy for node.js applications to authenticate to AAD in order to access AAD protected web resources. It supports 3 authentication modes shown in the quickstart code below.

## Submit Feedback
We'd like your thoughts on this library. Please complete [this short survey.](https://forms.office.com/r/er9wCuPXsv)
## Security Reporting

@@ -21,0 +49,0 @@

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