🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

calendar-dates

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-dates - npm Package Compare versions

Comparing version

to
2.5.1

2

package.json
{
"name": "calendar-dates",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Sung Kim",

@@ -24,2 +24,8 @@ [![NPM](https://nodei.co/npm/calendar-dates.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/calendar-dates/)

### 2.5.1
Fix data for December and January dates #33 by [ewolfe](https://github.com/ewolfe).
Decided to bump up the minor as it was a significant bug fix.
Decision based on [React team's decision](https://reactjs.org/blog/2018/12/19/react-v-16-7.html#why-is-this-bugfix-a-minor-instead-of-a-patch) (even though this is not a React component) on releasing v16.7 not including Hooks.
### 2.4.0

@@ -26,0 +32,0 @@ Fixed [ISO8601 date](https://github.com/dance2die/calendar-dates/pull/21) return value to match current date.