Socket
Socket
Sign inDemoInstall

rc-calendar

Package Overview
Dependencies
Maintainers
1
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 3.7.0 to 3.7.1

10

lib/Calendar.js

@@ -402,3 +402,2 @@ 'use strict';

value: function render() {
// console.log('re render');
var showWeekNumberEl;

@@ -432,2 +431,3 @@ var props = this.props;

}
var weekDaysEls = weekDays.map(function (day, xindex) {

@@ -444,2 +444,3 @@ return React.createElement(

});
var footerEl;

@@ -499,2 +500,5 @@ if (props.showToday || props.showTime) {

}
if (props.showWeekNumber) {
className += ' ' + prefixClsFn('week-number');
}
var orient = state.orient;

@@ -508,3 +512,5 @@ if (orient) {

'div',
{ className: className, style: this.props.style, tabIndex: '0', onFocus: this.onFocus, onBlur: this.onBlur, onKeyDown: this.handleKeyDown },
{ className: className, style: this.props.style,
tabIndex: '0', onFocus: this.onFocus,
onBlur: this.onBlur, onKeyDown: this.handleKeyDown },
React.createElement(

@@ -511,0 +517,0 @@ 'div',

2

package.json
{
"name": "rc-calendar",
"version": "3.7.0",
"version": "3.7.1",
"description": "calendar ui component for react",

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

Sorry, the diff of this file is not supported yet

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