New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-rc.2 to 0.0.1-rc.3

12

es/Picker.js

@@ -236,2 +236,12 @@ "use strict";

}
};
var onInternalMouseUp = function onInternalMouseUp() {
if (onMouseUp) {
onMouseUp.apply(void 0, arguments);
}
if (inputRef.current) {
inputRef.current.focus();
}
}; // ============================= Input =============================

@@ -378,3 +388,3 @@

onMouseDown: onMouseDown,
onMouseUp: onMouseUp,
onMouseUp: onInternalMouseUp,
onMouseEnter: onMouseEnter,

@@ -381,0 +391,0 @@ onMouseLeave: onMouseLeave,

@@ -236,2 +236,12 @@ "use strict";

}
};
var onInternalMouseUp = function onInternalMouseUp() {
if (onMouseUp) {
onMouseUp.apply(void 0, arguments);
}
if (inputRef.current) {
inputRef.current.focus();
}
}; // ============================= Input =============================

@@ -378,3 +388,3 @@

onMouseDown: onMouseDown,
onMouseUp: onMouseUp,
onMouseUp: onInternalMouseUp,
onMouseEnter: onMouseEnter,

@@ -381,0 +391,0 @@ onMouseLeave: onMouseLeave,

2

package.json
{
"name": "rc-picker",
"version": "0.0.1-rc.2",
"version": "0.0.1-rc.3",
"description": "React date & time picker",

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