Socket
Socket
Sign inDemoInstall

@types/react-places-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-places-autocomplete - npm Package Compare versions

Comparing version 6.1.3 to 7.2.0

10

react-places-autocomplete/index.d.ts

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

// Type definitions for react-places-autocomplete 6.1
// Type definitions for react-places-autocomplete 7.2
// Project: https://github.com/kenny-hibino/react-places-autocomplete/

@@ -18,9 +18,6 @@ // Definitions by: Guilherme Hübner <https://github.com/guilhermehubner>

export interface PropTypes {
inputProps: {
value: string;
onChange: (value: string) => void;
inputProps?: {
type?: string;
name?: string;
placeholder?: string;
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
disabled?: boolean;

@@ -53,2 +50,5 @@ };

};
value?: string;
onChange?: (value: string) => void;
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;

@@ -55,0 +55,0 @@ debounce?: number;

{
"name": "@types/react-places-autocomplete",
"version": "6.1.3",
"version": "7.2.0",
"description": "TypeScript definitions for react-places-autocomplete",

@@ -19,2 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -26,7 +27,7 @@ "type": "git",

"dependencies": {
"@types/react": "*",
"@types/googlemaps": "*"
"@types/googlemaps": "*",
"@types/react": "*"
},
"typesPublisherContentHash": "21dcb7881f985bb1e4b9c3b6d681a46e1728d31cfbebe7ad6d1b4c9fa1bf2344",
"typesPublisherContentHash": "c36522e3af794b452603bb849148bb9887d49dec18f50582d499b4e9b1054472",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 06 Aug 2018 21:55:28 GMT
* Dependencies: react, googlemaps
* Last updated: Mon, 03 Dec 2018 19:33:40 GMT
* Dependencies: @types/react, @types/googlemaps
* Global values: none

@@ -15,0 +15,0 @@

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