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.0 to 4.17.1

10

dist/index.js

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

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

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

const version="4.17.0";
const version="4.17.1";

@@ -127,3 +127,7 @@ const VTIMEZONE = {};

if (prefix) {
subj = prefix + ' ' + subj;
if (mask & core.flags.OMER_COUNT) {
subj = subj + ' ' + prefix;
} else {
subj = prefix + ' ' + subj;
}
}

@@ -130,0 +134,0 @@ } // make subject safe for iCalendar

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

@@ -5,0 +5,0 @@ "keywords": [

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