
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@hebcal/icalendar
Advanced tools
Jewish holidays and Hebrew calendar as iCalendar RFC 2445
$ npm install @hebcal/icalendar
import {HebrewCalendar, Location} from '@hebcal/core';
import {eventsToIcalendar} from '@hebcal/icalendar';
const options = {
year: 2020,
month: 2,
sedrot: true,
candlelighting: true,
location: Location.lookup('Hawaii'),
};
const events = HebrewCalendar.calendar(options);
console.log(await eventsToIcalendar(ev, options));
string
Transforms a single Event into a VEVENT string
stream.Readable
Generates an RFC 2445 iCalendar stream from an array of events
string
Renders an array of events as a full RFC 2445 iCalendar string
string
Transforms a single Event into a VEVENT string
Kind: global function
Returns: string
- multi-line result, delimited by \r\n
Param | Type |
---|---|
e | Event |
options | HebcalOptions |
stream.Readable
Generates an RFC 2445 iCalendar stream from an array of events
Kind: global function
Param | Type |
---|---|
readable | stream.Readable |
events | Array.<Event> |
options | HebcalOptions |
string
Renders an array of events as a full RFC 2445 iCalendar string
Kind: global function
Returns: string
- multi-line result, delimited by \r\n
Param | Type |
---|---|
events | Array.<Event> |
options | HebcalOptions |
FAQs
Jewish holidays and Hebrew calendar as iCalendar RFC 2445
The npm package @hebcal/icalendar receives a total of 3 weekly downloads. As such, @hebcal/icalendar popularity was classified as not popular.
We found that @hebcal/icalendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.