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
320
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.57 to 0.0.1-alpha.58

3

es/Picker.js

@@ -332,3 +332,4 @@ "use strict";

clearNode = React.createElement("span", {
onClick: function onClick(e) {
onMouseDown: function onMouseDown(e) {
e.preventDefault();
e.stopPropagation();

@@ -335,0 +336,0 @@ triggerChange(null);

@@ -722,3 +722,4 @@ "use strict";

clearNode = React.createElement("span", {
onClick: function onClick(e) {
onMouseDown: function onMouseDown(e) {
e.preventDefault();
e.stopPropagation();

@@ -725,0 +726,0 @@ var values = mergedValue;

@@ -332,3 +332,4 @@ "use strict";

clearNode = React.createElement("span", {
onClick: function onClick(e) {
onMouseDown: function onMouseDown(e) {
e.preventDefault();
e.stopPropagation();

@@ -335,0 +336,0 @@ triggerChange(null);

@@ -722,3 +722,4 @@ "use strict";

clearNode = React.createElement("span", {
onClick: function onClick(e) {
onMouseDown: function onMouseDown(e) {
e.preventDefault();
e.stopPropagation();

@@ -725,0 +726,0 @@ var values = mergedValue;

{
"name": "rc-picker",
"version": "0.0.1-alpha.57",
"version": "0.0.1-alpha.58",
"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