Comparing version 0.0.8 to 0.0.9
@@ -19,3 +19,3 @@ /* eslint-disable no-console */ | ||
const reTimeParam = /^(\d+)([dhms]$)/i; | ||
const timeParamRE = /^(\d+)([dhms]$)/i; | ||
@@ -426,4 +426,6 @@ module.exports = { | ||
timeParamRE, | ||
getTimeParamMillis: (val) => { | ||
const [, nn, dhms] = reTimeParam.exec(val || '') || []; | ||
const [, nn, dhms] = timeParamRE.exec(val || '') || []; | ||
if (!nn) { | ||
@@ -430,0 +432,0 @@ return; |
{ | ||
"name": "af-fns", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A highly specialized function library", | ||
@@ -5,0 +5,0 @@ "main": "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
13274
415