Socket
Socket
Sign inDemoInstall

rc-calendar

Package Overview
Dependencies
Maintainers
5
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-calendar - npm Package Compare versions

Comparing version 9.10.10 to 9.11.0

7

es/RangeCalendar.js

@@ -44,4 +44,3 @@ import _extends from 'babel-runtime/helpers/extends';

var newEnd = end && end.isSame(start, 'month') ? end.clone().add(1, 'month') : end;
return [start, newEnd];
return [start, end];
}

@@ -838,3 +837,3 @@

return month.isSameOrAfter(value[1], 'month');
return month.isAfter(value[1], 'month');
};

@@ -845,3 +844,3 @@

return month.isSameOrBefore(value[0], 'month');
return month.isBefore(value[0], 'month');
};

@@ -848,0 +847,0 @@ };

# History
----
## 9.11.0 / 2019-03-14
- RangerPicker can select same month
## 9.10.0 / 2019-01-02

@@ -5,0 +9,0 @@

@@ -92,4 +92,3 @@ 'use strict';

var newEnd = end && end.isSame(start, 'month') ? end.clone().add(1, 'month') : end;
return [start, newEnd];
return [start, end];
}

@@ -886,3 +885,3 @@

return month.isSameOrAfter(value[1], 'month');
return month.isAfter(value[1], 'month');
};

@@ -893,3 +892,3 @@

return month.isSameOrBefore(value[0], 'month');
return month.isBefore(value[0], 'month');
};

@@ -896,0 +895,0 @@ };

{
"name": "rc-calendar",
"version": "9.10.10",
"version": "9.11.0",
"description": "React Calendar",

@@ -5,0 +5,0 @@ "keywords": [

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