Socket
Socket
Sign inDemoInstall

passport-activedirectory

Package Overview
Dependencies
22
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

2

index.js

@@ -126,3 +126,3 @@ 'use strict';

if (err) {
return err.prototype.name === 'InvalidCredentialsError' ? _this.fail(authFailureMessage + ': [' + err.message + ']') : _this.error(err);
return err.name === 'InvalidCredentialsError' ? _this.fail('' + authFailureMessage) : _this.error(err);
}

@@ -129,0 +129,0 @@ if (!auth) return _this.fail(authFailureMessage);

{
"name": "passport-activedirectory",
"version": "1.3.0",
"version": "1.4.0",
"description": "Active Directory strategy for passport.js",

@@ -24,3 +24,3 @@ "license": "MIT",

"rollup-plugin-babel": "^2.6.1",
"babel-preset-es2015-rollup": "^1.2.0"
"babel-preset-es2015-rollup": "^3.0.0"
},

@@ -27,0 +27,0 @@ "bugs": {

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