@types/google-maps
Advanced tools
Comparing version 3.1.21-alpha to 3.1.22-alpha
@@ -24,4 +24,3 @@ // Type definitions for google-maps 3.1.0 | ||
} | ||
declare module 'google-maps' { | ||
export = GoogleMapsLoader; | ||
} | ||
export = GoogleMapsLoader; | ||
export as namespace GoogleMapsLoader; |
{ | ||
"name": "@types/google-maps", | ||
"version": "3.1.21-alpha", | ||
"version": "3.1.22-alpha", | ||
"description": "TypeScript definitions for google-maps 3.1.0", | ||
@@ -8,7 +8,11 @@ "main": "", | ||
"author": "Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/googlemaps": "*" | ||
"@types/googlemaps": "3.20.*" | ||
} | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:12 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:23 GMT | ||
* File structure: UMD | ||
* Library Dependencies: googlemaps | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -15,13 +15,11 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "UMD", | ||
"globals": [ | ||
"GoogleMapsLoader" | ||
], | ||
"declaredModules": [ | ||
"google-maps" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"contentHash": "3bcd4b02406c84125167d188f40e73b3af5422d424eefa033fcc27eaf997ea15" | ||
"contentHash": "79a2aa18c01e7521eaeefc3a5f7837ca0b439224937eb636b38a66e47d015638" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2949
0
45
+ Added@types/googlemaps@3.20.34(transitive)
- Removed@types/googlemaps@3.43.3(transitive)
Updated@types/googlemaps@3.20.*