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

brazilian-holidays

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brazilian-holidays

A module to return all brazilian holidays by year

1.0.2
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Brazilian holidays

A module to return all brazilian holidays


Installing

$ npm i brazilian-holidays

Usage

const { getBrazilianHolidays } = require('brazilian-holidays');

async function getData() {
  const holidays = await getBrazilianHolidays(2020);
  console.log(holidays);
}

getData();

Keywords

brazil

FAQs

Package last updated on 29 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts