Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ember-leaflet-openweathermap
Advanced tools
An ember addon for including OpenWeatherMap's layers and OWM's current city/station data in ember-leaflet based maps without hassle.
OpenWeatherMap is a service for providion weather related data for use on an OpenLayers based map
ember install ember-leaflet-openweathermap
{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{owm-layer "wind" opacity=0.5}}
{{/leaflet-map}}
The OWM layer type to display
clouds
cloudscls
precipitation
precipitationcls
rain
raincls
snow
pressure
pressurecntr
temp
wind
{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{owm-layer "pressure"}}
{{/leaflet-map}}
{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{owm-layer "pressure" showLegend=true}}
{{/leaflet-map}}
{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{owm-layer "pressure" legendImagePath=true}}
{{/leaflet-map}}
{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{owm-layer "pressure" legendPosition=true}}
{{/leaflet-map}}
ember server
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
FAQs
The default blueprint for ember-cli addons.
The npm package ember-leaflet-openweathermap receives a total of 0 weekly downloads. As such, ember-leaflet-openweathermap popularity was classified as not popular.
We found that ember-leaflet-openweathermap 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.