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

nse_holidays

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nse_holidays - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "nse_holidays",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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

# nse_holidays
This repo is of an npm package. Which helps in checking whether today is a holiday or trading day of NSE India
Usage
# Usage
```
const {isTodayHoliday} = require("nse_holidays");

@@ -14,4 +14,7 @@

check() //calling function
```
# Note
isTodayHoliday() //return a promise which resolves into an object try enclosing 'isTodayHoliday()' inside a async function
**isTodayHoliday()** //return a *promise* which resolves into an object try enclosing 'isTodayHoliday()' inside a async function
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