fenextjs-date
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -118,3 +118,3 @@ "use strict"; | ||
const DATEMAX = new Date(D.getTime()); | ||
DATEMAX.setMonth(DATEMAX.getMonth() + 1); | ||
DATEMAX.setMonth(D.getMonth() + 1); | ||
DATEMAX.setDate(1); | ||
@@ -121,0 +121,0 @@ while (DATEMAX.getDay() != 6) { |
{ | ||
"name": "fenextjs-date", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/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
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
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
41572
7
752
1