Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

italian-holidays

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

italian-holidays - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "italian-holidays",
"version": "1.3.0",
"version": "1.3.1",
"description": "tool to retrieve italian holidays",

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

@@ -16,3 +16,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@marikamella/ita-holidays)

`console.log(ita-holidays.getHolidays(2019, 'it'));`
`console.log(itaHolidays.getHolidays(2019, 'it'));`
this will get an object like this:

@@ -27,5 +27,5 @@ `{`

`console.log(ita-holidays.getHolidaysOnlyDays(2019));`
`console.log(itaHolidays.getHolidaysOnlyDays(2019));`
**year is optional**
this will get an array of dates formatted like this: DD/MM/YYYY
if year is omitted, the array will include dates from current year to 2023
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