New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jewish-date

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jewish-date - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "jewish-date",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

# Jewish Date · [![npm version](https://img.shields.io/npm/v/jewish-date.svg)](https://www.npmjs.com/package/jewish-date) [![npm bundle size](https://badgen.net/bundlephobia/minzip/jewish-date)](https://bundlephobia.com/package/jewish-date) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Shmulik-Kravitz/jewish-date/blob/master/LICENSE) ![main workflow](https://github.com/Shmulik-Kravitz/jewish-date/actions/workflows/main.yml/badge.svg) ![Code Coverage](https://img.shields.io/badge/Code%20Coverage-100%25-success?style=flat)
# Jewish Date · [![npm version](https://img.shields.io/npm/v/jewish-date.svg)](https://www.npmjs.com/package/jewish-date) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/jewish-date.svg)](https://bundlephobia.com/package/jewish-date) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Shmulik-Kravitz/jewish-date/blob/master/LICENSE) ![main workflow](https://github.com/Shmulik-Kravitz/jewish-date/actions/workflows/main.yml/badge.svg) ![Code Coverage](https://img.shields.io/badge/Code%20Coverage-100%25-success?style=flat)

@@ -6,3 +6,3 @@ ## Jewish Date is a Hebrew date to Gregorian date and vice versa converter

* 🌐 Works with both Node.js and the browser
* 📦 2kB mini library (minified & gzip)
* 📦 2.5kB mini library (minified & gzip)
* 📜 MIT License

@@ -29,3 +29,3 @@ * 🔧 Easy to use

import {
toJewishDate, formatJewishDate, toHebrewJewishDate, formatJewishDateInHebrew, toGregorianDate, , JewishMonth
toJewishDate, formatJewishDate, toHebrewJewishDate, formatJewishDateInHebrew, toGregorianDate, JewishMonth
} from "jewish-date";

@@ -57,3 +57,3 @@

import {
toJewishDate, toGregorianDate, formatJewishDateInHebrew, toHebrewJewishDate
toJewishDate, formatJewishDate, toHebrewJewishDate, formatJewishDateInHebrew, toGregorianDate, JewishMonth
} from "jewish-date";

@@ -66,3 +66,3 @@ ```

const {
toJewishDate, toGregorianDate, formatJewishDateInHebrew, toHebrewJewishDate
toJewishDate, formatJewishDate, toHebrewJewishDate, formatJewishDateInHebrew, toGregorianDate, JewishMonth
} = require("jewish-date");

@@ -69,0 +69,0 @@ ```

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