Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-activedirectory

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-activedirectory - npm Package Compare versions

Comparing version 1.0.4 to 1.2.0

8

index.js

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

var passport = _interopDefault(require('passport'));
var ActiveDirectory = _interopDefault(require('activedirectory'));
var ActiveDirectory = _interopDefault(require('activedirectory2'));

@@ -88,5 +88,5 @@ /*

var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
var username = null;
var password = null;
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var username = null,
password = null;

@@ -93,0 +93,0 @@ // get username and password

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

@@ -18,4 +18,4 @@ "license": "MIT",

"dependencies": {
"activedirectory": "^0.7.0",
"passport": "^0.3.0"
"activedirectory2": "^2.1.0",
"passport": "^0.6.0"
},

@@ -43,2 +43,2 @@ "devDependencies": {

]
}
}
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