nodebb-plugin-undelete-users
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -37,3 +37,3 @@ 'use strict'; | ||
let from = query.start ? new Date(query.start) || undefined : undefined; | ||
let to = query.end ? new Date(query.end) || undefined : new Date(); | ||
let to = query.end ? new Date(query.end) || undefined : undefined; | ||
from = from && from.setHours(0, 0, 0, 0); // setHours returns a unix timestamp (Number, not Date) | ||
@@ -40,0 +40,0 @@ to = to && to.setHours(23, 59, 59, 999); // setHours returns a unix timestamp (Number, not Date) |
{ | ||
"name": "nodebb-plugin-undelete-users", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A NodeBB plugin to re-associate deleted users with their content that are not removed.", | ||
@@ -5,0 +5,0 @@ "main": "library.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
19601