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.15.4 to 4.16.0

8

dist/index.js

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

/*! @hebcal/icalendar v4.15.4 */
/*! @hebcal/icalendar v4.16.0 */
'use strict';

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

var version="4.15.4";
const version="4.16.0";

@@ -381,2 +381,6 @@ const VTIMEZONE = {};

if (typeof e.memo === 'string' && e.memo.length && e.memo.indexOf('\n') !== -1) {
e.memo = e.memo.replace(/\n/g, '\\n');
}
if (candles) {

@@ -383,0 +387,0 @@ return e.memo || '';

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

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

"dependencies": {
"@hebcal/core": "^3.33.3",
"@hebcal/core": "^3.35.0",
"@hebcal/rest-api": "^3.13.0",

@@ -52,16 +52,16 @@ "murmurhash3": "^0.5.0"

"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"@babel/register": "^7.17.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"ava": "^4.1.0",
"eslint": "^8.10.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"ava": "^4.2.0",
"eslint": "^8.14.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^3.6.10",
"jsdoc-to-markdown": "^7.1.1",
"rollup": "^2.70.0"
"rollup": "^2.70.2"
}
}

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