Socket
Socket
Sign inDemoInstall

@hebcal/icalendar

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/icalendar - npm Package Compare versions

Comparing version 4.17.1 to 4.17.2

7

dist/index.js

@@ -1,2 +0,2 @@

/*! @hebcal/icalendar v4.17.1 */
/*! @hebcal/icalendar v4.17.2 */
'use strict';

@@ -11,3 +11,3 @@

const version="4.17.1";
const version="4.17.2";

@@ -411,3 +411,4 @@ const VTIMEZONE = {};

if (mask & core.flags.OMER_COUNT) {
return e.getTodayIs('en') + '\\n\\n' + e.memo;
const sefira = [e.sefira('en'), e.sefira('he'), e.sefira('translit')].join('\\n');
return e.getTodayIs('en') + '\\n\\n' + sefira + '\\n\\n' + e.url();
}

@@ -414,0 +415,0 @@

{
"name": "@hebcal/icalendar",
"version": "4.17.1",
"version": "4.17.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

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

"dependencies": {
"@hebcal/core": "^3.36.0",
"@hebcal/core": "^3.36.1",
"@hebcal/rest-api": "^3.13.0",

@@ -30,0 +30,0 @@ "murmurhash3": "^0.5.0"

Sorry, the diff of this file is not supported yet

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