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.9 to 1.0.10

7

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

@@ -51,3 +51,6 @@

}, err => {
reject(err);
// Ignore ECONNRESET errors;
if ((err || {}).errno !== 'ECONNRESET') {
reject(err);
}
});

@@ -57,3 +60,3 @@ }

});
}, members, 2500, "getChunkItem");
}, members, 3000, "getChunkItem");

@@ -60,0 +63,0 @@ try{

@@ -37,3 +37,4 @@ const _ = require('underscore');

log.error('An unhandled error occured when searching for the root DSE at "%s". Error: %j', url, err);
if (hasEvents.call(self, 'error')) self.emit('error', err)
if (hasEvents.call(self, 'error')) self.emit('error', err);
reject(err);
}

@@ -40,0 +41,0 @@ }

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

});
}, chunks, 2500, "getUsersForGroup");
}, chunks, 500, "getUsersForGroup");

@@ -85,0 +85,0 @@

{
"author": "Relief Melone (relief.melone@gmail.com)",
"name": "ad-promise",
"version": "1.0.9",
"version": "1.0.10",
"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