
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@samhammer/cibulcalendar
Advanced tools
CibulCalendar is a date picker that enables users to easily pick dates or date ranges.
CibulCalendar is a date picker that enables users to easily pick dates or date ranges.
Here is the simplest way to get it running:
function onload() { setCibulCalendar('basic'); // will stick to element <input type="text" id="basic"/> }
You can see used here
Features include:
How to use
The script can be used directly in the browser or using CommonJs or AMD
Browserify example (CommonJs): var cLib = require('./CibulCalendar/src/CibulCalendar') )
There are two ways to use the calendar:
The easiest way is to use the helper function to bind the calendar to an input field:
setCibulCalendar(id, options)
But you might want to handle the Calendar in a script rather than applying it directly on an input field, in which case you should use:
var cCal = new CibulCalendar(canvasElem, options)
FAQs
CibulCalendar is a date picker that enables users to easily pick dates or date ranges.
The npm package @samhammer/cibulcalendar receives a total of 3 weekly downloads. As such, @samhammer/cibulcalendar popularity was classified as not popular.
We found that @samhammer/cibulcalendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.