🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@mdo-org/mdo-plugin-cleanup-actionable-dates

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdo-org/mdo-plugin-cleanup-actionable-dates

Removes .start and .postpone dates that are no longer useful.

latest
Source
npmnpm
Version
0.2.13
Version published
Weekly downloads
1
-90%
Maintainers
1
Weekly downloads
 
Created
Source

"Cleanup Actionable Dates" Plugin

Removes .start and .postpone dates that are no longer useful.

Installation

npm install --save @mdo-org/mdo-plugin-cleanup-actionable-dates

Usage

const cleanupActionableDates = require('@mdo-org/mdo-plugin-cleanup-actionable-dates');

mdoStream.pipe(cleanupActionableDates({
  time: "2019-04-01T00:00-05:00"
}))

Overview

  • Removes any .postpone date in the past
  • Removes any .start date in the past (unless the block has a .repeat from start)

FAQs

Package last updated on 22 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts