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

sp-holidays

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sp-holidays - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "sp-holidays",
"version": "2.0.2",
"version": "2.0.3",
"readme": "README.md",

@@ -5,0 +5,0 @@ "description": "Biblioteca que lhe fornece todos os feriados nacionais, estaduais e municipais",

@@ -72,7 +72,7 @@ import { config } from "dotenv";

if (_isHoliday) return true;
if (_isHoliday) return false;
return false;
return true;
};
console.log(isHoliday({dateString: '08-12-2023', town: 'Adamantina'}))
console.log(isWorkday({dateString: '10-04-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