@18f/us-federal-holidays
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -35,4 +35,4 @@ interface WithHolidayShift { | ||
export function allForYear(date?: Date, params?: Partial<WithHolidayShift>): Holiday[]; | ||
export function allForYear(year?: number, params?: Partial<WithHolidayShift>): Holiday[]; | ||
export function inRange(startDate?: Date, endDate?: Date, params?: Partial<WithHolidayShift>): Holiday[]; |
{ | ||
"name": "@18f/us-federal-holidays", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "All about US federal holidays", | ||
@@ -18,3 +18,4 @@ "main": "index.js", | ||
"Alexandr Rodik (https://github.com/arodik)", | ||
"Ian Speers (https://github.com/ian-speers)" | ||
"Ian Speers (https://github.com/ian-speers)", | ||
"Tse Kit Yam (https://github.com/tsekityam)" | ||
], | ||
@@ -21,0 +22,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27427
0