swedish-holidays
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -27,2 +27,6 @@ "use strict"; | ||
const d = new Date(date); | ||
d.setMilliseconds(0); | ||
d.setSeconds(0); | ||
d.setMinutes(0); | ||
d.setHours(0); | ||
d.setMinutes(-d.getTimezoneOffset()); | ||
@@ -29,0 +33,0 @@ return d; |
{ | ||
"name": "swedish-holidays", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Library for calculating the date of all swedish holidays for any given year.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
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
72088
940
0