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

ang-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ang-google-maps - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

2

bower.json
{
"name": "ang-google-maps",
"version": "1.3.8",
"version": "1.3.9",
"homepage": "https://github.com/khalednobani/ang-google-maps",

@@ -5,0 +5,0 @@ "description": "Initialise Google Maps, Set Location, Drop Pins, Get Connected Routes between the current location and the destination.",

{
"name": "ang-google-maps",
"version": "1.3.8",
"version": "1.3.9",
"description": "Module to initialize Google Maps API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -785,4 +785,4 @@ (function(ang, g) {

origin: (options['current']) ? options['current'] : { location: {lat: 0, lng: 0 }},
provideRouteAlternatives : (options['provideRouteAlternatives']) ? (options['provideRouteAlternatives']) : true,
optimizeWaypoints : (options['optimized']) ? options['optimized'] : true,
provideRouteAlternatives : (options['provideRouteAlternatives']) ? (options['provideRouteAlternatives']) : false,
optimizeWaypoints : (options['optimized']) ? options['optimized'] : false,
waypoints: (options['dropOffs']) ? options['dropOffs'] : [],

@@ -789,0 +789,0 @@ avoidHighways: (options['avoidHighways']) ? options['avoidHighways'] : false,

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