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

dcts-google-places-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcts-google-places-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "dcts-google-places-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node client for Google Places API (placeSearch, placeDetails, placePhoto). Written by dcts.",

@@ -5,0 +5,0 @@ "main": "src/GooglePlacesApi.js",

# Google Places API (for node)
Node client to run the basic google places API requests (using axios). Published on [NPM]().
Node client to run the basic google places API requests (using axios). Published on [NPM](https://www.npmjs.com/package/dcts-google-places-api).
- [**Place Search**](https://developers.google.com/places/web-service/search)

@@ -17,4 +17,4 @@ - [**Place Details**](https://developers.google.com/places/web-service/details)

const apiKey = "INSERT_YOUR_API_KEY"; // define API key
const GooglePlacesApi = require('./src/GooglePlacesApi.js'); // load js file
const googleapi = new GooglePlacesApi(apiKey); // initiaize
const GooglePlacesApi = require('dcts-google-places-api');
const googleapi = new GooglePlacesApi(apiKey); // initialize
```

@@ -21,0 +21,0 @@ ### Place Search

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