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

@azteam/util

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/util - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

23

lib/index.js

@@ -170,3 +170,3 @@ "use strict";

if (!cloneData.length) {
_context.next = 10;
_context.next = 12;
break;

@@ -180,7 +180,10 @@ }

result = [].concat(_toConsumableArray(result), _toConsumableArray(subResult));
_context.next = 10;
return timeout(10);
case 10:
_context.next = 2;
break;
case 10:
case 12:
return _context.abrupt("return", result);
case 11:
case 13:
case "end":

@@ -211,3 +214,3 @@ return _context.stop();

if (!length) {
_context2.next = 16;
_context2.next = 18;
break;

@@ -218,3 +221,3 @@ }

if (!(i < length)) {
_context2.next = 15;
_context2.next = 17;
break;

@@ -240,11 +243,13 @@ }

}
case 12:
_context2.next = 14;
return timeout(10);
case 14:
i += 1;
_context2.next = 4;
break;
case 15:
case 17:
return _context2.abrupt("return", true);
case 16:
case 18:
return _context2.abrupt("return", false);
case 17:
case 19:
case "end":

@@ -251,0 +256,0 @@ return _context2.stop();

{
"name": "@azteam/util",
"version": "1.0.36",
"version": "1.0.37",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

@@ -219,2 +219,3 @@ import _ from 'lodash';

result = [...result, ...subResult];
await timeout(10); // free blocking
}

@@ -244,2 +245,3 @@

}
await timeout(10); // free blocking
}

@@ -246,0 +248,0 @@ return true;

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