Socket
Socket
Sign inDemoInstall

@googlemaps/google-maps-services-js

Package Overview
Dependencies
6
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.0.2](https://github.com/googlemaps/google-maps-services-js/compare/v2.0.1...v2.0.2) (2020-02-08)
### Bug Fixes
* use comma arrayFormat for fields param ([#316](https://github.com/googlemaps/google-maps-services-js/issues/316)) ([f061eb7](https://github.com/googlemaps/google-maps-services-js/commit/f061eb75b70f1d5d567ae58397c2bb9b09c6fecb))
## [2.0.1](https://github.com/googlemaps/google-maps-services-js/compare/v2.0.0...v2.0.1) (2020-02-07)

@@ -2,0 +9,0 @@

2

dist/places/details.js

@@ -17,3 +17,3 @@ "use strict";

exports.defaultUrl = "https://maps.googleapis.com/maps/api/place/details/json";
exports.defaultParamsSerializer = serialize_1.serializer({});
exports.defaultParamsSerializer = serialize_1.serializer({}, { arrayFormat: "comma" });
function placeDetails(_a, axiosInstance = client_1.defaultAxiosInstance) {

@@ -20,0 +20,0 @@ var { params, method = "get", url = exports.defaultUrl, paramsSerializer = exports.defaultParamsSerializer } = _a, config = __rest(_a, ["params", "method", "url", "paramsSerializer"]);

@@ -17,3 +17,3 @@ "use strict";

exports.defaultUrl = "https://maps.googleapis.com/maps/api/place/findplacefromtext/json";
exports.defaultParamsSerializer = serialize_1.serializer({});
exports.defaultParamsSerializer = serialize_1.serializer({}, { arrayFormat: "comma" });
function findPlaceFromText(_a, axiosInstance = client_1.defaultAxiosInstance) {

@@ -20,0 +20,0 @@ var { params, method = "get", url = exports.defaultUrl, paramsSerializer = exports.defaultParamsSerializer } = _a, config = __rest(_a, ["params", "method", "url", "paramsSerializer"]);

{
"name": "@googlemaps/google-maps-services-js",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node.js client library for Google Maps API Web Services",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc