Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-maps-infobox-window

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

google-maps-infobox-window - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

bower.json
{
"name": "google-maps-infobox-windowed",
"version": "1.1.13",
"version": "2.0.1",
"description": "An InfoBox behaves like a google.maps.InfoWindow, but it supports several additional properties for advanced styling. An InfoBox can also be used as a map label. Also it's available now as window.infoBox.",

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

@@ -0,1 +1,8 @@

/**
* Check if google is already there - otherwise we can't use the
* google api not only on the page we need it without getting an
* error from this script
*/
if (typeof google === 'object' && typeof google.maps === 'object') {
/**

@@ -820,1 +827,3 @@ * @name InfoBox

window.infoBox = InfoBox;
}
{
"name": "google-maps-infobox-window",
"version": "2.0.0",
"version": "2.0.1",
"description": "This repository and npm module only encapsulates the original script into a window variable...",

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

@@ -1,1 +0,16 @@

This repository and npm module only encapsulates the original script into a window variable so it can be used directly with TS loaded via 'shim', and doesn't modify it's source.
# Google Maps Infobox - Windowed
This repository and npm module only encapsulates the original script into a window variable so it can be used directly with TS loaded via 'shim', and doesn't modify it's source.
## How to use
### npm
```
npm install google-maps-infobox-window
```
### bower
```
bower install google-maps-infobox-windowed
```
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