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

@18f/us-federal-holidays

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@18f/us-federal-holidays - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

index.js

@@ -143,2 +143,3 @@ const dayjs = require("dayjs");

name: holiday.name,
alsoObservedAs: holiday.alsoObservedAs,
date: date.toDate(),

@@ -145,0 +146,0 @@ dateString: date.format("YYYY-MM-DD")

@@ -150,2 +150,10 @@ const tap = require("tap");

);
// Make sure the alsoObservedAs property gets pulled through
if (
holiday.name === "Washington's Birthday" ||
holiday.name === "Columbus Day"
) {
test.ok(holiday.alsoObservedAs);
}
});

@@ -152,0 +160,0 @@ }

2

package.json
{
"name": "@18f/us-federal-holidays",
"version": "2.1.0",
"version": "2.1.1",
"description": "All about US federal holidays",

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

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