Socket
Socket
Sign inDemoInstall

rc-calendar

Package Overview
Dependencies
Maintainers
5
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 9.10.1 to 9.10.2

8

es/Picker.js

@@ -61,10 +61,6 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck';

if ('value' in nextProps) {
newState = {
value: value
};
newState.value = value;
}
if (open !== undefined) {
newState = {
open: open
};
newState.open = open;
}

@@ -71,0 +67,0 @@ return newState;

@@ -96,10 +96,6 @@ 'use strict';

if ('value' in nextProps) {
newState = {
value: value
};
newState.value = value;
}
if (open !== undefined) {
newState = {
open: open
};
newState.open = open;
}

@@ -106,0 +102,0 @@ return newState;

{
"name": "rc-calendar",
"version": "9.10.1",
"version": "9.10.2",
"description": "React Calendar",

@@ -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