Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Shower plugin for show maps (with placemarks) in presentation. Based on the JS API Yandex.Maps (ru: http://tech.yandex.ru/maps/, en: https://api.yandex.com/maps/doc/jsapi/)
npm i --save shower-map
And include file shower-map.js from node_modules/shower-map folder.
<ymap data-center="55.755768, 37.617671" data-zoom="15"></ymap>
Default plugin options for map:
For init new placemark you need his position into geo coords. Placemark must be located into ymap tag.
<ymap data-center="55.755768, 37.617671">
<placemark data-coords="55.755768, 37.617671" />
</ymap>
Options for placemarks:
<ymap data-center="55.755768, 37.617671" data-zoom="10" data-width="350px" data-height="350px">
<placemark data-coords="55.75, 37.61" data-hint="Test" />
<placemark data-coords="55.71, 37.62" data-color="#ff0000" />
<placemark data-coords="55.9, 37.64" data-balloon="Test" />
</ymap>
FAQs
Map plugin for Shower HTML presentation engine
The npm package shower-map receives a total of 0 weekly downloads. As such, shower-map popularity was classified as not popular.
We found that shower-map 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.