Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.0 to 0.24.1

2

lib/utils/DateSlotMetrics.js

@@ -23,3 +23,3 @@ "use strict";

var isEqual = function isEqual(a, b) {
return a.range === b.range && a.events === b.events;
return a[0].range === b[0].range && a[0].events === b[0].events;
};

@@ -26,0 +26,0 @@

@@ -106,3 +106,3 @@ "use strict";

var rangeEndMin = positionFromDate(rangeEnd);
var top = rangeEndMin - rangeStartMin < step && !dates.eq(end, rangeEnd) ? (rangeStartMin - step) / (step * numSlots) * 100 : rangeStartMin / (step * numSlots) * 100;
var top = rangeEndMin > step * (numSlots - 1) && !dates.eq(end, rangeEnd) ? (rangeStartMin - step) / (step * numSlots) * 100 : rangeStartMin / (step * numSlots) * 100;
return {

@@ -109,0 +109,0 @@ top: top,

{
"name": "react-big-calendar",
"version": "0.24.0",
"version": "0.24.1",
"description": "Calendar! with events",

@@ -137,3 +137,3 @@ "author": {

"lodash-es": "^4.17.11",
"memoize-one": "^4.0.3",
"memoize-one": "^5.1.1",
"prop-types": "^15.6.2",

@@ -140,0 +140,0 @@ "react-overlays": "^2.0.0-0",

@@ -5,3 +5,3 @@ # react-big-calendar

[**DEMO and Docs**](http://intljusticemission.github.io/react-big-calendar/examples/index.html)
[**DEMO and Docs**](http://jquense.github.io/react-big-calendar/examples/index.html)

@@ -130,2 +130,2 @@ Inspired by [Full Calendar](http://fullcalendar.io/).

Join us on [Reactiflux Discord](https://discord.gg/uJsgpkC) community under the channel #react-big-calendar if you have any questions.
Join us on [Reactiflux Discord](https://discord.gg/PPgj6tb) community under the channel #libraries if you have any questions.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc