date-streaks
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,2 +11,4 @@ 'use strict'; | ||
var _helpers = require('./helpers'); | ||
var _summary2 = require('./summary'); | ||
@@ -32,3 +34,3 @@ | ||
var allDates = [].concat(_toConsumableArray(dates)); | ||
var allDates = [].concat(_toConsumableArray((0, _helpers.sortDates)(dates))); | ||
@@ -35,0 +37,0 @@ return streaks.reduce(function (acc, streak) { |
{ | ||
"name": "date-streaks", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Find a variety of streak metrics from a list of dates.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
16806
261