Socket
Socket
Sign inDemoInstall

ad-promise

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ad-promise - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"author": "Relief Melone (relief.melone@gmail.com)",
"name": "ad-promise",
"version": "1.6.0",
"version": "1.6.1",
"description": "This is a fork of the gheeres node-activedirectory. It fixes some issues with timeouts with very large AD-Groups as well as returning also promises so you won't have to use callbacks",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -296,3 +296,3 @@ AD-Promise for Node

//Using a Promise
ad.getGroupMembershitForUser(SAMAccountName).then(groups => {
ad.getGroupMembershipForUser(SAMAccountName).then(groups => {
console.log(JSON.stringify(groups));

@@ -299,0 +299,0 @@ }, err => {

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