New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

googleplaces

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleplaces - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

lib/NearBySearch.js

4

index.js

@@ -13,2 +13,3 @@ (function () {

var ImageFetch = require("./lib/ImageFetch.js");
var NearBySearch = require('./lib/NearBySearch.js');

@@ -25,3 +26,4 @@ module.exports = function (apiKey, outputFormat) {

eventDetails: new EventDetails(apiKey, outputFormat),
imageFetch: new ImageFetch(apiKey)
imageFetch: new ImageFetch(apiKey),
nearBySearch: new NearBySearch(apiKey, outputFormat)

@@ -28,0 +30,0 @@ };

{
"name": "googleplaces",
"version": "0.5.1",
"version": "0.6.0",
"description": "Node.js library for the Google Places API",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc