nextalys-js-helpers
Advanced tools
Comparing version
@@ -126,2 +126,3 @@ export declare type NxsTimeZone = 'Europe/Andorra' | 'Europe/Paris' | 'America/Los_Angeles'; | ||
static parseAllDatesRecursive(obj: any, explodeDateComponents?: boolean, alsoTryWithEuropeanFormat?: boolean): void; | ||
static tryParseDate(dateString: string | Date, explodeDateComponents?: boolean, alsoTryWithEuropeanFormat?: boolean): Date; | ||
static removeTimeFromDate(date: Date): Date; | ||
@@ -128,0 +129,0 @@ static removeSecondsFromDate(date: Date): Date; |
@@ -331,2 +331,7 @@ "use strict"; | ||
}; | ||
DateHelpers.tryParseDate = function (dateString, explodeDateComponents, alsoTryWithEuropeanFormat) { | ||
if (explodeDateComponents === void 0) { explodeDateComponents = true; } | ||
if (alsoTryWithEuropeanFormat === void 0) { alsoTryWithEuropeanFormat = false; } | ||
return date_helpers_base_1.DateHelpersBase.tryParseDate(dateString, explodeDateComponents, alsoTryWithEuropeanFormat); | ||
}; | ||
DateHelpers.removeTimeFromDate = function (date) { | ||
@@ -333,0 +338,0 @@ if (!date) |
{ | ||
"name": "nextalys-js-helpers", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Nextalys Javascript Helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1251229
0.06%19301
0.03%