merge-timerange
Advanced tools
Comparing version 0.1.10 to 0.2.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
values, clone, cloneDeep, forEach, extend, | ||
zipObject, pick, omit, groupBy, fill, | ||
zipObject, fromPairs, pick, omit, groupBy, fill, | ||
mapValues, reduce, map, filter, flatten */ | ||
@@ -250,3 +250,3 @@ | ||
item: item [cloneDeep]() | ||
}]) [zipObject](); | ||
}]) [fromPairs](); | ||
@@ -253,0 +253,0 @@ let source = byAll[key]; |
{ | ||
"name": "merge-timerange", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"description": "Merge time ranges", | ||
@@ -26,4 +26,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"chalk": "1.1.1", | ||
"esfunctional": "1.1.2" | ||
"chalk": "1.1.3", | ||
"esfunctional": "1.2.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
21368
+ Addedchalk@1.1.3(transitive)
+ Addedesfunctional@1.2.0(transitive)
+ Addedlodash@4.10.0(transitive)
- Removedchalk@1.1.1(transitive)
- Removedesfunctional@1.1.2(transitive)
- Removedlodash@3.10.1(transitive)
Updatedchalk@1.1.3
Updatedesfunctional@1.2.0