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 5.0.1 to 5.0.2

dist/index.cjs

36

package.json
{
"name": "@hebcal/icalendar",
"version": "5.0.1",
"version": "5.0.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

@@ -12,4 +12,9 @@ "keywords": [

"description": "Jewish holidays and Hebrew calendar as iCalendar RFC 2445",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"typings": "icalendar.d.ts",

@@ -28,8 +33,10 @@ "files": [

"dependencies": {
"@hebcal/core": "^5.0.0-rc2",
"@hebcal/rest-api": "^5.0.0",
"@hebcal/core": "^5.0.3",
"@hebcal/rest-api": "^5.0.2",
"murmurhash3": "^0.5.0"
},
"scripts": {
"build": "rollup -c",
"build:rollup": "rollup -c",
"build:version": "node ./version.cjs package.json src/pkgVersion.js",
"build": "npm run build:version && npm run build:rollup",
"prepare": "npm run build",

@@ -41,22 +48,13 @@ "pretest": "npm run build",

"license": "BSD-2-Clause",
"ava": {
"require": [
"@babel/register"
]
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/register": "^7.22.15",
"@hebcal/learning": "^5.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@hebcal/learning": "^5.0.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"ava": "^5.3.1",
"eslint": "^8.54.0",
"@rollup/plugin-json": "^6.1.0",
"ava": "^6.0.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^4.5.1"
"rollup": "^4.9.1"
}
}

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