Socket
Socket
Sign inDemoInstall

@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 1.0.9 to 2.0.1

2

index.js

@@ -339,3 +339,3 @@

if (me.area) {
me.map.setBounds(me.area.geometry.getBounds());
me.map.setBounds(me.area.geometry.getBounds(), { checkZoomRange: true });
}

@@ -342,0 +342,0 @@ };

@@ -0,22 +1,25 @@

{
"name": "@h21-map/yandex-drawing-manager",
"scope": "@h21-map",
"version": "1.0.9",
"scope":"@h21-map",
"version": "2.0.1",
"description": "A library of Yandex Map JS API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novakand/h21-map-yandex-drawing-manager"
"type": "git",
"url": "git+https://github.com/novakand/h21-map-yandex-drawing-manager"
},
"keywords": [
"yandex",
"yandex-map",
"drawing-manager",
"angular"
"yandex",
"yandex-map",
"drawing-manager",
"angular"
],
"author": "",
"license": ""
}
}

@@ -8,5 +8,4 @@ # h21-map/yandex-drawing-manager

### How to use
Load google maps javascript api asynchronously
```bash
import {DrawingManager} from '@h21-map/yandex-drawing-manager'
import { DrawingManager} from '@h21-map/yandex-drawing-manager'
```
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