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.2 to 1.0.3

8

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

@@ -11,3 +11,3 @@ "main": "src/GooglePlacesApi.js",

"type": "git",
"url": "git+ssh://git@github.com/dcts/node-google-places-api.git"
"url": "git+ssh://git@github.com/dcts/dcts-google-places-api.git"
},

@@ -22,4 +22,4 @@ "keywords": [

],
"author": "Thomas Starzynski <thommy-star@hotmail.ch> (dcts.github.io/CV)",
"license": "mit",
"author": "Thomas Starzynski <thomas@liist.com> (dcts.github.io/CV)",
"license": "MIT",
"bugs": {

@@ -26,0 +26,0 @@ "url": "https://github.com/dcts/node-google-places-api/issues"

@@ -132,4 +132,6 @@ # Google Places API (for node)

- [ ] run `npm run test` to see missing tests.
- [ ] escape queries with `encodeURI()` or `encodeURIComponent` -> write tests for them first.
- [ ] why some request work on google maps webinterface but not with the API, like this one: `Bartleby’s Ice Cream Cakes` -> no results from the API, but finds it on webinterface. I think it could be something with the top appostroph.
# Credits
Written by [dcts](www.github.com/dcts) for personal use only. Check my [portfolio website](https://dcts.github.io/CV/). Or go play [tetris](https://dcts-tetris-spheres.firebaseapp.com/).
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