Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-big-calendar

Package Overview
Dependencies
Maintainers
2
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.33.5 to 0.33.6

4

lib/Calendar.js

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

/**
* Callback fired when a focused calendar event recieves a key press.
* Callback fired when a focused calendar event receives a key press.
*

@@ -845,3 +845,3 @@ * ```js

/**
* Specifies the number of miliseconds the user must press and hold on the screen for a touch
* Specifies the number of milliseconds the user must press and hold on the screen for a touch
* to be considered a "long press." Long presses are used for time slot selection on touch

@@ -848,0 +848,0 @@ * devices.

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

var minutesFromMidnight = dates.diff(daystart, start, 'minutes') + daystartdstoffset;
var numGroups = Math.ceil(totalMin / (step * timeslots));
var numGroups = Math.ceil((totalMin - 1) / (step * timeslots));
var numSlots = numGroups * timeslots;

@@ -33,0 +33,0 @@ var groups = new Array(numGroups);

{
"name": "react-big-calendar",
"version": "0.33.5",
"version": "0.33.6",
"description": "Calendar! with events",

@@ -5,0 +5,0 @@ "author": {

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

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

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

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc