load-google-maps-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
var CALLBACK_NAME = '__googleMapsApiOnLoadCallback' | ||
var OPTIONS_KEYS = ['client', 'key', 'language', 'region', 'v'] | ||
var OPTIONS_KEYS = ['channel', 'client', 'key', 'language', 'region', 'v'] | ||
@@ -5,0 +5,0 @@ module.exports = function(options) { |
{ | ||
"name": "load-google-maps-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A thin, Promise-returning helper for loading the Google Maps JavaScript API.", | ||
@@ -5,0 +5,0 @@ "author": "Lim Yuan Qing", |
@@ -53,4 +53,5 @@ # load-google-maps-api [![npm Version](http://img.shields.io/npm/v/load-google-maps-api.svg?style=flat)](https://www.npmjs.com/package/load-google-maps-api) [![Build Status](https://img.shields.io/travis/yuanqing/load-google-maps-api.svg?branch=master&style=flat)](https://travis-ci.org/yuanqing/load-google-maps-api) | ||
:--|:--|:-- | ||
`client` | [Client ID](https://developers.google.com/maps/documentation/javascript/get-api-key#specify-a-client-id-when-loading-the-api) | `undefined` | ||
`key` | [Your API key](https://developers.google.com/maps/documentation/javascript/get-api-key#specify-a-key-when-loading-the-api) | `undefined` | ||
`channel` | [Client usage reporting channel](https://developers.google.com/maps/premium/reports/usage-reports#channels) | `undefined` | ||
`client` | [Client ID](https://developers.google.com/maps/documentation/javascript/get-api-key#specifying-a-client-id-when-loading-the-api) | `undefined` | ||
`key` | [Your API key](https://developers.google.com/maps/documentation/javascript/get-api-key#step-2-add-the-api-key-to-your-application) | `undefined` | ||
`language` | [Language](https://developers.google.com/maps/documentation/javascript/localization#Language) | `undefined` | ||
@@ -57,0 +58,0 @@ `libraries` | [Supplemental libraries to load](https://developers.google.com/maps/documentation/javascript/libraries) | `[]` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
78252
79
0
7