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

rc-picker

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-picker - npm Package Compare versions

Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4

10

es/Picker.js

@@ -208,3 +208,6 @@ "use strict";

var setSelectedValue = function setSelectedValue(newDate) {
setDateText(newDate);
if (!isSameTextDate(textValue, newDate)) {
setDateText(newDate);
}
setInternalSelectedValue(newDate);

@@ -230,6 +233,3 @@ };

var triggerChange = function triggerChange(newValue) {
if (!isSameTextDate(textValue, newValue)) {
setDateText(newValue);
}
setSelectedValue(newValue);
setInnerValue(newValue);

@@ -236,0 +236,0 @@

@@ -208,3 +208,6 @@ "use strict";

var setSelectedValue = function setSelectedValue(newDate) {
setDateText(newDate);
if (!isSameTextDate(textValue, newDate)) {
setDateText(newDate);
}
setInternalSelectedValue(newDate);

@@ -230,6 +233,3 @@ };

var triggerChange = function triggerChange(newValue) {
if (!isSameTextDate(textValue, newValue)) {
setDateText(newValue);
}
setSelectedValue(newValue);
setInnerValue(newValue);

@@ -236,0 +236,0 @@

{
"name": "rc-picker",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "React date & time picker",

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

Sorry, the diff of this file is not supported yet

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