Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-big-calendar - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

v0.9.2 - Thu, 12 Nov 2015 23:34:33 GMT
--------------------------------------
- [58f008f](../../commit/58f008f) [fixed] none integer slot spaces (again)
- [f2084ef](../../commit/f2084ef) [fixed] month event rows not fitting in their cells
- [73e449d](../../commit/73e449d) [fixed] day view clicks return the correct slot
v0.9.1 - Thu, 12 Nov 2015 14:52:20 GMT

@@ -2,0 +11,0 @@ --------------------------------------

4

lib/utils/eventLevels.js

@@ -30,5 +30,5 @@ 'use strict';

span = Math.max(Math.min(span, slots), 1);
span = Math.floor(Math.max(Math.min(span, slots), 1));
var padding = _dates2['default'].diff(first, start, 'day');
var padding = Math.floor(_dates2['default'].diff(first, start, 'day'));

@@ -35,0 +35,0 @@ return {

{
"name": "react-big-calendar",
"version": "0.9.1",
"version": "0.9.2",
"description": "Calendar! with events",

@@ -5,0 +5,0 @@ "author": "Jason Quense <monastic.panic@gmail.com>",

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