
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
chrono-refiner-wholemonth
Advanced tools
A chrono refiner for returning whole month ranges
npm install chrono-refiner-wholemonth
Add the refiner to any chrono parser you need it in.
import chrono from 'chrono-node'
import wholeMonth from 'chrono-refiner-wholemonth'
const parser = new chrono.Chrono
parser.refiners.push(wholeMonth)
parser.parse('Jan - Feb') // returns start: Jan 1, 2016 end: Feb 29, 2016
FAQs
A chrono refiner to extract whole month ranges
We found that chrono-refiner-wholemonth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.