Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
angular-ymaps
Advanced tools
[Angular JS]: http://angularjs.org [ymaps.GeoObject]: https://tech.yandex.ru/maps/doc/jsapi/2.0/ref/reference/GeoObject-docpage/ [ymaps.Clusterer]: https://tech.yandex.ru/maps/doc/jsapi/2.0/ref/reference/Clusterer-docpage/
Yandex Maps API as an Angular JS direcitive.
Это модуль для Angular JS, предназначенный для простого подключения и работы с Яндекс-картами. С его помощью можно
вставлять Яндекс карту на страницу через html-тег, так же просто как img
или button
###Документация и пример использования
###Подключение
<script src="angular-ymaps.js"></script>
ymaps
в зависимости своего angular-приложения
angular.module('MyApp', ['ymaps'])
<yandex-map>
- Яндекс-карта<ymap-marker>
- маркер на карте, вставляется только внутрь тега <yandex-map>
Можно установить библиотеку из bower:
bower install angular-ymaps --save
####Тег yandex-map:
<yandex-map center="map.center" zoom="map.zoom"></yandex-map>
Добавляет Яндекс-карту на страницу. Размеры карты определяются размерами элемента, их можно задать в css. При создании нужно указать два обязательных атрибута:
####Тег ymap-marker:
Может использоваться только внутри тега карты, добавляет на нее точку. Имеются следующие атрибуты
####Глобальные настройки
Можно управлять видом и функциоальностью карты через свойства, вынесенные в константу ymapsConfig
:
2.1-stable
FAQs
[Angular JS]: http://angularjs.org [ymaps.GeoObject]: https://tech.yandex.ru/maps/doc/jsapi/2.0/ref/reference/GeoObject-docpage/ [ymaps.Clusterer]: https://tech.yandex.ru/maps/doc/jsapi/2.0/ref/reference/Clusterer-docpage/
We found that angular-ymaps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.