New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@itentialopensource/adapter-utils

Package Overview
Dependencies
Maintainers
3
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itentialopensource/adapter-utils - npm Package Compare versions

Comparing version 4.38.1 to 4.38.2

8

CHANGELOG.md
## 4.38.2 [12-11-2020]
* fix issue in suspend
See merge request itentialopensource/adapter-utils!200
---
## 4.38.1 [12-10-2020]

@@ -3,0 +11,0 @@

2

lib/throttle.js

@@ -559,3 +559,3 @@ /* @copyright Itential, LLC 2018 */

// set the throttle max (optional - default is 1)
if (props.throttle.concurrent_max && Number(props.throttle.concurrent_max) > -1) {
if (props.throttle.concurrent_max !== null && Number(props.throttle.concurrent_max) > -1) {
if (props.throttle.concurrent_max === 0) {

@@ -562,0 +562,0 @@ log.warn(`${origin}: concurrent_max is set to 0. All requests will be blocked until concurrent_max is not 0`);

{
"name": "@itentialopensource/adapter-utils",
"version": "4.38.1",
"version": "4.38.2",
"description": "Itential Adapter Utility Libraries",

@@ -5,0 +5,0 @@ "scripts": {

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