Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-undelete-users

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-undelete-users - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/controllers.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc