Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
colombia-holidays-gcg
Advanced tools
Días festivos no laborables en Colombia, con modificacion en las constantes holidays forked from https://github.com/nequibc/colombia-holidays
Se hizo con el fin de crear una modificacion en una de las constantes
Días festivos no laborables en Colombia. Calculados con base en la ley 51 de 1983
Lastmodified: 2017-04-25
Since: 2017-04-24
Version: 0.0.1
Author: escatano@bancolombia.com.co
Example
npm install colombia-holidays
var module = require('colombia-holidays');
array
Devuelve la lista de festivos no laborables en Colombia para un año
Kind: inner method of colombia-holidays
Returns: array
- Arreglo con la lista de festivos para el año ingresado
Param | Type | Description |
---|---|---|
year | int | Año entre 1970 y 99999 para el que se desea obtener la lista de festivos |
Example
//Invocación
var array = module.getColombiaHolidaysByYear(2017);
// Lista de retorno
[ { holiday: '2017-01-01',
celebrationDay: '2017-01-01',
celebration: 'Año Nuevo' },
{ holiday: '2017-01-09',
celebrationDay: '2017-01-06',
celebration: 'Día de los Reyes Magos' },
{ holiday: '2017-03-20',
celebrationDay: '2017-03-19',
celebration: 'Día de San José' },
{ holiday: '2017-04-13',
celebrationDay: '2017-04-13',
celebration: 'Jueves Santo' },
{ holiday: '2017-04-14',
celebrationDay: '2017-04-14',
celebration: 'Viernes Santo' },
{ holiday: '2017-05-01',
celebrationDay: '2017-05-01',
celebration: 'Día del Trabajo' },
{ holiday: '2017-05-29',
celebrationDay: '2017-05-25',
celebration: 'Ascensión del Señor' },
{ holiday: '2017-06-19',
celebrationDay: '2017-06-15',
celebration: 'Corphus Christi' },
{ holiday: '2017-06-26',
celebrationDay: '2017-06-23',
celebration: 'Sagrado Corazón de Jesús' },
{ holiday: '2017-07-03',
celebrationDay: '2017-06-29',
celebration: 'San Pedro y San Pablo' },
{ holiday: '2017-07-20',
celebrationDay: '2017-07-20',
celebration: 'Día de la Independencia' },
{ holiday: '2017-08-07',
celebrationDay: '2017-08-07',
celebration: 'Batalla de Boyacá' },
{ holiday: '2017-08-21',
celebrationDay: '2017-08-15',
celebration: 'La Asunción de la Virgen' },
{ holiday: '2017-10-16',
celebrationDay: '2017-10-12',
celebration: 'Día de la Raza' },
{ holiday: '2017-11-06',
celebrationDay: '2017-11-01',
celebration: 'Todos los Santos' },
{ holiday: '2017-11-13',
celebrationDay: '2017-11-11',
celebration: 'Independencia de Cartagena' },
{ holiday: '2017-12-08',
celebrationDay: '2017-12-08',
celebration: 'Día de la Inmaculada Concepción' },
{ holiday: '2017-12-25',
celebrationDay: '2017-12-25',
celebration: 'Día de Navidad' } ]
Made with ♥ at Nequi
FAQs
Días festivos no laborables en Colombia, con modificacion en las constantes holidays forked from https://github.com/nequibc/colombia-holidays
The npm package colombia-holidays-gcg receives a total of 2 weekly downloads. As such, colombia-holidays-gcg popularity was classified as not popular.
We found that colombia-holidays-gcg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.