Socket
Socket
Sign inDemoInstall

@hebcal/core

Package Overview
Dependencies
2
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

dist/index.cjs

19

package.json
{
"name": "@hebcal/core",
"version": "5.0.2",
"version": "5.0.3",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"contributors": [
"Eyal Schachter (https://github.com/Scimonster)",
"Danny Sadinoff (https://github.com/dsadinoff)"
"Danny Sadinoff (https://github.com/dsadinoff)",
"Benny Powers (https://github.com/bennypowers)"
],

@@ -23,4 +24,9 @@ "keywords": [

"description": "A perpetual Jewish Calendar API",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"typings": "hebcal.d.ts",

@@ -44,5 +50,6 @@ "engines": {

"build:rollup": "rollup -c",
"build": "npm run po2json && npm run build:rollup",
"build": "npm run po2json && npm run version && npm run build:rollup",
"prepublish": "npm run build",
"po2json": "node ./po2json.js po/*.po",
"po2json": "node ./po2json.cjs po/*.po",
"version": "node ./version.cjs package.json src/pkgVersion.js",
"readme": "npx -p jsdoc-to-markdown jsdoc2md dist/index.js",

@@ -85,5 +92,5 @@ "pretest": "npm run build",

"nyc": "^15.1.0",
"rollup": "^4.9.0",
"rollup": "^4.9.1",
"ttag-cli": "^1.10.10"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc