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

rwa-holidays

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rwa-holidays - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

index.js

@@ -87,7 +87,2 @@ const constants = {

});
// Veterans Day
holidays.push({
name: `Veterans Day`,
date: new Date(Date.parse(`11/11/${year} GMT`))
});

@@ -94,0 +89,0 @@ // Friday of first week of August: Umuganura Day

2

package.json
{
"name": "rwa-holidays",
"version": "1.0.2",
"version": "1.0.3",
"description": "NPM package for getting Rwanda holidays for a given year or determine if current date is a holiday",

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

@@ -83,7 +83,2 @@ # rwa-holidays

{
name: 'Veterans Day',
date: 2020-11-11T00:00:00.000Z,
dateString: '2020-11-11'
},
{
name: 'Umuganura Day',

@@ -90,0 +85,0 @@ date: 2020-08-07T00:00:00.000Z,

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