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

@h21-map/google-zoom-box

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h21-map/google-zoom-box - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -40,3 +40,3 @@

ZoomBox.prototype.onAdd = function () {
var me = this;

@@ -56,3 +56,3 @@ me._map = this.getMap();

size.height = me._map.getDiv().offsetHeight;
div.style.cssText = "z-index: 3; position:absolute; width:" + size.width + "px;height:" + size.height + "px";
div.style.cssText = "z-index: 1; position:absolute; width:" + size.width + "px;height:" + size.height + "px";
this.getPanes().overlayMouseTarget.appendChild(div);

@@ -59,0 +59,0 @@ this._div = div;

{
"name": "@h21-map/google-zoom-box",
"scope":"@h21-map",
"version": "1.0.3",
"version": "1.0.4",
"description": "A library of Google Map JS API",

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

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