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.0.8 to 1.0.9

4

lib/services/getUsersForGroup/service.usersforgroup.chunkItem.js

@@ -36,4 +36,4 @@

}
// If no members have been found resolve immidiately
if(!members || members.length === 0) return resolve([]);
let usersResolved = maxPromises(member => {

@@ -40,0 +40,0 @@ return new Promise( (resolve, reject) => {

@@ -70,2 +70,3 @@ var _ = require('underscore');

// This is necessary to avoid that the socket of the AD is in use and thus cannot be accessed
if(!chunks || chunks.length === 0) return resolve([]);
let allChunks = maxPromises(Chunk => {

@@ -72,0 +73,0 @@ return new Promise((resolve, reject) => {

{
"author": "Relief Melone (relief.melone@gmail.com)",
"name": "ad-promise",
"version": "1.0.8",
"version": "1.0.9",
"description": "This is a fork of the gheeres node-activedirectory. This is still a work in progress and not stable. The goal to use promises instead of the async library which is causing some problems in the current version of node-activedirectory",

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

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