
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
calendar-dates
Advanced tools
Get calendar dates for a given month - Mostly for creating a custom calendar control
Get a list of calendar dates.
This is to be used mainly for Calendar control developers.
This library is not yet tested.
Very Alpha-ish release.
I will be adding some tests while learning Jest later on.
npm i calendar-dates
# or
yarn add calendar-dates
const CalendarDates = require("calendar-dates");
const calendarDates = new CalendarDates();
const l = console.log;
// const dates = calendarDates.getDates(new Date());
l(calendarDates.getDates(new Date()).join(","));
l(calendarDates.getDates(new Date(2018, 2)).join(","));
dance2die@CC c:\misc\sources\throwaway\calendartest
> node index.js
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,1,2,3,4,5,6,7,8,9,10,11,12
25,26,27,28,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,1,2,3,4,5,6,7
FAQs
Get calendar dates for a given month - Mostly for creating a custom calendar control
The npm package calendar-dates receives a total of 2,186 weekly downloads. As such, calendar-dates popularity was classified as popular.
We found that calendar-dates 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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.