Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "js-utl", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A collection of JS utility functions to be used across several applications or libraries.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -73,3 +73,5 @@ /* | ||
shallowEqual, | ||
shallowObjectDiff | ||
shallowObjectDiff, | ||
nestedMapHas, | ||
nestedMapSet | ||
} from "./core"; | ||
@@ -155,3 +157,5 @@ export { | ||
yieldCombinationsWithoutRepetition, | ||
uniqueProgressiveIncrementalCombinations | ||
uniqueProgressiveIncrementalCombinations, | ||
yieldAllSubsequences, | ||
yieldUniqueSubsequences | ||
} from "./combinatorics"; |
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
126022
3566