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

@aptuitiv/gmaps

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptuitiv/gmaps - npm Package Versions

2

0.16.0

Diff

Changelog

Source

0.16.0 (September 26, 2024)

  • Map - added support for max and min zoom when fitting bounds.
  • If the map element is initially hidden then wait until it's visible to set up the map.
  • Map - changed "visible" event to "ready".
  • Map - added resize method.
  • Marker - added "ready" event after the marker is set up and ready for use.
erictompkins
published 0.15.0 •

Changelog

Source

0.15.0 (September 23, 2024)

  • Added Geocode object to support geocoding with the Google Maps API.
  • Added additional ways to set up the LatLngBounds object.
  • Updated packages.
  • Updated the export types. This was needed for Typescript to accurately find the correct types.
  • Changed the CommonJs output file to have the “.cjs” extension.
erictompkins
published 0.14.1 •

Changelog

Source

0.14.1 (September 10, 2024)

  • Updated caniuse-lite.
  • Trying to fix the dist/browser.js as it's missing the new map control objects.
erictompkins
published 0.14.0 •

Changelog

Source

0.14.0 (September 10, 2024)

  • Added more Map options so that we offer the same options as the Google Maps library.
  • Added support for all map controls when configuring the map object.
erictompkins
published 0.13.0 •

Changelog

Source

0.13.0 (August 28, 2024)

  • Added open event for the popup.
  • Return the popup object when using attachPopup.
erictompkins
published 0.12.0 •

Changelog

Source

0.12.0 (August 23, 2024)

  • Added closeAllPopups() method to close all open popups.
  • Added AutocompleteSearchBox component.
  • Added onPlacesChanged() method to the PlacesSearchBox component.
erictompkins
published 0.11.0 •

Changelog

Source

0.11.0 (August 14, 2024)

  • Map - Added methods to get the bounds, get the map div, and pan the map by a specfic amount.
  • Popup - Changed the popup to not have a theme by default.
  • Popup - Added support for panning the map to fit the popup.
  • Popup - Added support for setting the clearance from the map viewport.
  • Bug fixes.
erictompkins
published 0.10.0 •

Changelog

Source

0.10.0 (July 13, 2024)

  • Brought back the class exports for the browser library so that custom plugins can be used.
  • Added event option and property to InfoWindow, Popup, and Tooltip. This is an alternate way to set the trigger event to show the InfoWindow, Popup, or Tooltip.
  • Added Map fitToBounds as an alias to fitBounds.
  • Updated LatLngBounds to load the google object on demand. This allows the LatLngBounds object to be used before the Google Maps library has loaded. For example, adding marker positions to a map bounds before the Map libray was loaded.
  • Added map panTo() method.
  • Bug fixes.
erictompkins
published 0.9.0 •

Changelog

Source

0.9.0 (May 2, 2024)

  • Added support for adding a custom control to the map.
  • Added layer hasMap() method.
  • Restricted tooltips, popups, and InfoWindows to only be attached to an element if they aren't already attached to something. This is intended to prevent attaching them to an element multiple times.
erictompkins
published 0.8.0 •

Changelog

Source

0.8.0 (May 1, 2024)

  • Minor bug fixes.
  • Added support for setting the map bounds on the map object.
  • Added tooltip option to the Polyline object.
2
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