Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hebcal/leyning

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/leyning - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

4

package.json
{
"name": "@hebcal/leyning",
"version": "1.1.3",
"version": "2.0.0",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"@hebcal/core": "^1.2.3"
"@hebcal/core": "^2.0.0"
},

@@ -29,0 +29,0 @@ "scripts": {

@@ -11,7 +11,7 @@ # hebcal-leyning

```javascript
import {hebcal, HDate, Event} from '@hebcal/core';
import {HebrewCalendar, HDate, Event} from '@hebcal/core';
import leyning from '@hebcal/leyning';
const options = {sedrot: true, noHolidays: true};
const events = hebcal.hebrewCalendar(options);
const events = HebrewCalendar.calendar(options);
const ev = events.find((ev) => ev.getDesc() == 'Parashat Pinchas');

@@ -18,0 +18,0 @@ const reading = leyning.getLeyningForParshaHaShavua(ev);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc