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

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 1.5.2 to 1.5.3

2

examples/picker.md

@@ -24,3 +24,3 @@ # rc-calendar@1.x demo Calendar.Picker

var GregorianCalendar = require('gregorian-calendar');
var CalendarLocale = require('../lib/locale/zh-cn');
var CalendarLocale; // = require('../lib/locale/zh-cn');

@@ -27,0 +27,0 @@ var Test = React.createClass({

@@ -29,3 +29,3 @@ /**

nextCentury: 'Next century',
veryShortWeekdays: ['S', 'M', 'T', 'W', 'T', 'F', 'S']
veryShortWeekdays: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']
};

@@ -150,3 +150,4 @@ /** @jsx React.DOM */

ref: 'input',
readOnly: true,
// wield call onClick when open false
disabled: true,
onClick: this.handleInputClick,

@@ -153,0 +154,0 @@ value: inputValue,

{
"name": "rc-calendar",
"version": "1.5.2",
"version": "1.5.3",
"description": "calendar ui component for react",

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

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