Socket
Socket
Sign inDemoInstall

holiday-kr

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "holiday-kr",
"version": "0.1.2",
"version": "0.1.3",
"description": "한국 기준 음력, 양력 변환 및 휴일 체크",

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

양력, 음력 변환
==============
* **getLunar(Date)** or **getLunar(year, month, day)**
- 양력 -> 음력 변환. 결과 : object
: 양력 -> 음력 변환. 결과 : object

@@ -25,3 +25,3 @@ * Date - _Date_ - 날짜 객체(Date)

* **getSolar(Date)** or **getSolar(year, month, day, isLeapMonth)**
- 음력 -> 양력 변환. 결과 : object
: 음력 -> 양력 변환. 결과 : object

@@ -68,3 +68,3 @@ * Date - _Date_ - 날짜 객체(Date)

* **isSolarHoliday(Date)** or **isSolarHoliday(year, month, day)**
- 입력된 **양력 날짜 기준**으로 휴일인지 체크. 휴일 기준은 위 명시된 날만 해당함. 결과 : boolean
: 입력된 **양력 날짜 기준**으로 휴일인지 체크. 휴일 기준은 위 명시된 날만 해당함. 결과 : boolean

@@ -90,3 +90,3 @@ * Date - _Date_ - 날짜 객체(Date)

* **isLunarHoliday(Date)** or **isLunarHoliday(year, month, day, isLeapMonth)**
- 입력된 **음력 날짜 기준**으로 휴일인지 체크. 휴일 기준은 위 명시된 날만 해당함. 결과 : boolean
: 입력된 **음력 날짜 기준**으로 휴일인지 체크. 휴일 기준은 위 명시된 날만 해당함. 결과 : boolean

@@ -93,0 +93,0 @@ * Date - _Date_ - 날짜 객체(Date)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc