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

react-datetime-picker

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datetime-picker - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

dist/DateTimePicker.js

@@ -143,3 +143,9 @@ 'use strict';

_this.closeWidgets();
requestAnimationFrame(function () {
var stillHasFocus = _this.wrapper.querySelector(':focus');
if (!stillHasFocus) {
_this.closeWidgets();
}
});
}, _this.openClock = function () {

@@ -146,0 +152,0 @@ _this.setState({

2

package.json
{
"name": "react-datetime-picker",
"version": "2.1.0",
"version": "2.1.1",
"description": "A date range picker for your React app.",

@@ -5,0 +5,0 @@ "main": "dist/entry.js",

@@ -110,3 +110,9 @@ import React, { PureComponent } from 'react';

this.closeWidgets();
requestAnimationFrame(() => {
const stillHasFocus = this.wrapper.querySelector(':focus');
if (!stillHasFocus) {
this.closeWidgets();
}
});
}

@@ -113,0 +119,0 @@

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