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

@h21-map/yandex-drawing-manager

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h21-map/yandex-drawing-manager - npm Package Compare versions

Comparing version 25.1.0 to 40.1.0

4

index.js

@@ -176,3 +176,3 @@ function DrawingManager(map, opts) {

syncOverlayInit: true,
iconImageHref: me.markerOptions.iconUrl,
iconImageHref: enabledCircle ? me.circleOptions.iconUrl : me.markerOptions.iconUrl,
draggable: false,

@@ -279,3 +279,3 @@ }

me._setIconMarker(me.markerOptions.iconUrl);
me._setIconMarker(me.circleOptions.iconUrl);
me._centerMarkerAddEventListener();

@@ -282,0 +282,0 @@ me._createVertexMarker();

@@ -5,3 +5,3 @@

"scope": "@h21-map",
"version": "25.1.0",
"version": "40.1.0",
"description": "A library of Yandex Map JS API",

@@ -8,0 +8,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