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.7 to 0.9.8

7

CHANGELOG.md

@@ -0,1 +1,8 @@

v0.9.8 - Thu, 14 Jan 2016 19:35:07 GMT
--------------------------------------
- [5fa7012](../../commit/5fa7012) [fixed] Incorrect gutter widths
v0.9.7 - Sun, 13 Dec 2015 22:01:09 GMT

@@ -2,0 +9,0 @@ --------------------------------------

18

lib/TimeGrid.js

@@ -296,13 +296,11 @@ 'use strict';

if (width) gutterCells.forEach(function (node) {
return node.style.width = '';
});
if (!width) {
this._gutterWidth = Math.max.apply(Math, gutterCells.map(_domHelpersQueryWidth2['default']));
this._gutterWidth = Math.max.apply(Math, gutterCells.map(_domHelpersQueryWidth2['default']));
if (this._gutterWidth && width !== this._gutterWidth) {
width = this._gutterWidth + 'px';
gutterCells.forEach(function (node) {
return node.style.width = width;
});
if (this._gutterWidth) {
width = this._gutterWidth + 'px';
gutterCells.forEach(function (node) {
return node.style.width = width;
});
}
}

@@ -309,0 +307,0 @@

{
"name": "react-big-calendar",
"version": "0.9.7",
"version": "0.9.8",
"description": "Calendar! with events",

@@ -30,2 +30,3 @@ "author": "Jason Quense <monastic.panic@gmail.com>",

"build:examples": "npm run clean:examples && webpack --config webpack/docs.config.es6.js",
"build:visual-test": "webpack --config webpack/visual-test.es6.js",
"examples": "npm run clean:examples && babel-node ./examples/server.js",

@@ -43,3 +44,2 @@ "lint": "eslint src test",

"devDependencies": {
"markdown-jsx-loader": "^1.0.0",
"autoprefixer-core": "^5.2.1",

@@ -65,2 +65,3 @@ "babel": "^5.8.34",

"globalize": "^0.1.1",
"html-webpack-plugin": "^1.7.0",
"isparta-loader": "^0.2.0",

@@ -80,2 +81,3 @@ "jquery": "^2.1.4",

"less-loader": "^2.2.0",
"markdown-jsx-loader": "^1.0.0",
"marked": "^0.3.5",

@@ -82,0 +84,0 @@ "mocha": "^2.2.5",

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