Comparing version 0.14.2 to 0.14.3
{ | ||
"name": "subtender", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "Javran's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,4 +32,2 @@ "use strict"; | ||
function _readOnlyError(name) { throw new Error("\"" + name + "\" is read-only"); } | ||
/* | ||
@@ -139,5 +137,5 @@ returns a function: | ||
afterMstIdSet = (_readOnlyError("afterMstIdSet"), new Set(_toConsumableArray(afterMstIdSet).sort(function (a, b) { | ||
afterMstIdSet = new Set(_toConsumableArray(afterMstIdSet).sort(function (a, b) { | ||
return a - b; | ||
}))); | ||
})); | ||
@@ -144,0 +142,0 @@ while (afterMstIdSet.size > 0) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57979
1388