@types/react-places-autocomplete
Advanced tools
Comparing version 7.2.6 to 7.2.7
@@ -11,3 +11,3 @@ // Type definitions for react-places-autocomplete 7.2 | ||
// | ||
/// <reference types="googlemaps" /> | ||
/// <reference types="google.maps" /> | ||
import * as React from 'react'; | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "@types/react-places-autocomplete", | ||
"version": "7.2.6", | ||
"version": "7.2.7", | ||
"description": "TypeScript definitions for react-places-autocomplete", | ||
@@ -42,7 +42,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/googlemaps": "*", | ||
"@types/google.maps": "*", | ||
"@types/react": "*" | ||
}, | ||
"typesPublisherContentHash": "3f456f50ee2b6d42396a597a30dd8b4ccc2612b8e664255ac97f63fb2e50ecbf", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "2939ea66b51b5298f0f8732f216b3c680d750a151f4294568657255fbabbab8d", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 02 Jan 2020 18:24:01 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/googlemaps](https://npmjs.com/package/@types/googlemaps) | ||
* Last updated: Tue, 18 May 2021 10:01:26 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/google.maps](https://npmjs.com/package/@types/google.maps) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Guilherme Hübner (https://github.com/guilhermehubner), Andrew Makarov (https://github.com/r3nya), Nokky Goren (https://github.com/ApeNox), Aziz Khambati (https://github.com/azizhk), and Mark Nelissen (https://github.com/marknelissen). | ||
These definitions were written by [Guilherme Hübner](https://github.com/guilhermehubner), [Andrew Makarov](https://github.com/r3nya), [Nokky Goren](https://github.com/ApeNox), [Aziz Khambati](https://github.com/azizhk), and [Mark Nelissen](https://github.com/marknelissen). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7097
+ Added@types/google.maps@*
+ Added@types/google.maps@3.58.1(transitive)
- Removed@types/googlemaps@*
- Removed@types/googlemaps@3.43.3(transitive)