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.5.0 to 4.6.0

7

dist/index.js

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

/*! @hebcal/icalendar v4.5.0 */
/*! @hebcal/icalendar v4.6.0 */
'use strict';

@@ -402,3 +402,3 @@

var version="4.5.0";
var version="4.6.0";

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

const caldesc = options.yahrzeit ? 'Yahrzeits + Anniversaries from www.hebcal.com' : 'Jewish Holidays from www.hebcal.com';
const preamble = ['BEGIN:VCALENDAR', 'VERSION:2.0', `PRODID:-//hebcal.com/NONSGML Hebcal Calendar v1${version}//${uclang}`, 'CALSCALE:GREGORIAN', 'METHOD:PUBLISH', 'X-LOTUS-CHARSET:UTF-8', 'X-PUBLISHED-TTL:PT7D', `X-WR-CALNAME:${title}`, `X-WR-CALDESC:${caldesc}`];
const publishedTTL = options.publishedTTL || 'PT7D';
const preamble = ['BEGIN:VCALENDAR', 'VERSION:2.0', `PRODID:-//hebcal.com/NONSGML Hebcal Calendar v1${version}//${uclang}`, 'CALSCALE:GREGORIAN', 'METHOD:PUBLISH', 'X-LOTUS-CHARSET:UTF-8', `X-PUBLISHED-TTL:${publishedTTL}`, `X-WR-CALNAME:${title}`, `X-WR-CALDESC:${caldesc}`];

@@ -720,0 +721,0 @@ for (const line of preamble) {

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

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

"dependencies": {
"@hebcal/core": "^3.10.0",
"@hebcal/core": "^3.12.0",
"@hebcal/rest-api": "^3.3.3"

@@ -61,3 +61,3 @@ },

"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.13.8",

@@ -74,4 +74,4 @@ "@rollup/plugin-babel": "^5.3.0",

"murmurhash-js": "^1.0.0",
"rollup": "^2.41.2"
"rollup": "^2.42.3"
}
}

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