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 2.8.1 to 3.0.0

3

icalendar.d.ts
/// <reference types="node"/>
import {HebrewCalendar, Event} from '@hebcal/core';
import stream from 'stream';
declare module '@hebcal/icalendar' {

@@ -17,3 +16,3 @@ /**

*/
export function eventsToIcalendarStream(readable: stream.Readable, events: Event[], options: HebrewCalendar.Options): string;
export function eventsToIcalendarStream(stream: NodeJS.WritableStream, events: Event[], options: HebrewCalendar.Options): string;
}
{
"name": "@hebcal/icalendar",
"version": "2.8.1",
"version": "3.0.0",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

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

"dependencies": {
"@hebcal/core": "^2.7.0",
"@hebcal/core": "^2.8.0",
"@hebcal/rest-api": "^2.8.1",
"md5": "^2.3.0"
"fnv-plus": "^1.3.1"
},

@@ -59,11 +59,11 @@ "scripts": {

"@ava/babel": "^1.0.1",
"@babel/core": "^7.12.9",
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/register": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"ava": "^3.13.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"ava": "^3.14.0",
"eslint": "^7.15.0",

@@ -73,4 +73,4 @@ "eslint-config-google": "^0.14.0",

"jsdoc-to-markdown": "^6.0.1",
"rollup": "^2.34.2"
"rollup": "^2.35.1"
}
}

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