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

@types/react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-widgets - npm Package Compare versions

Comparing version 4.4.5 to 4.4.6

6

react-widgets/lib/DateTimePicker.d.ts

@@ -1,2 +0,2 @@

import { ComponentClass, KeyboardEvent, ReactElement, ReactType } from "react";
import { ComponentClass, FocusEvent, KeyboardEvent, ReactElement, ReactType } from "react";
import { ReactWidgetsCommonDropdownProps, AutoFocus } from "./CommonProps";

@@ -118,7 +118,7 @@

*/
onBlur?: (() => void) | undefined;
onBlur?: ((e: FocusEvent) => void) | undefined;
/**
* The native onFocus event, called when focus enters the DateTimePicker.
*/
onFocus?: (() => void) | undefined;
onFocus?: ((e: FocusEvent) => void) | undefined;
/**

@@ -125,0 +125,0 @@ * The native onKeyDown event, called preventDefault will prevent any custom behavior, included keyboard shortcuts.

{
"name": "@types/react-widgets",
"version": "4.4.5",
"version": "4.4.6",
"description": "TypeScript definitions for react-widgets",

@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets",

},
"typesPublisherContentHash": "5cd8de4e469e4fd2b6d0e2158ada279accee716be475e47b5e9dcb1a92186e5a",
"typesPublisherContentHash": "575538683d4e416b00ec311b0041b2710b5398bddd3617a5d9bba450d1cbdb6b",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:43 GMT
* Last updated: Tue, 03 Aug 2021 07:01:19 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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