@types/react-google-maps-loader
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -7,3 +7,3 @@ // Type definitions for react-google-maps-loader 4.2 | ||
/// <reference types="googlemaps" /> | ||
/// <reference types="google.maps" /> | ||
import { Component, ReactNode } from "react"; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@types/react-google-maps-loader", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "TypeScript definitions for react-google-maps-loader", | ||
@@ -14,13 +14,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-google-maps-loader" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/react": "*", | ||
"@types/googlemaps": "*" | ||
"@types/google.maps": "*", | ||
"@types/react": "*" | ||
}, | ||
"typesPublisherContentHash": "67862cfd8d0a9da53b11bd0f8f65cc8fcdbed0a0a90d47045a716da66298f077", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "49e9dd1247289dd3e512ca7404cac17b07be9c6174821b1bcb337273ce8461fa", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-google-maps-loader | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-google-maps-loader. | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:32 GMT | ||
* Dependencies: react, googlemaps | ||
### Additional Details | ||
* Last updated: Tue, 18 May 2021 10:01:25 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 Vasily Nesterov <https://github.com/vasilysn>. | ||
These definitions were written by [Vasily Nesterov](https://github.com/vasilysn). |
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
3421
+ Added@types/google.maps@*
+ Added@types/google.maps@3.58.1(transitive)
- Removed@types/googlemaps@*
- Removed@types/googlemaps@3.43.3(transitive)