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.
angular8-yandex-maps
Advanced tools
npm install angular8-yandex-maps
import { AngularYandexMapsModule } from 'angular8-yandex-maps';
@NgModule({
imports: [AngularYandexMapsModule.forRoot(API_KEY or null)]
})
<div class="map">
<angular-yandex-map [center]="[60.167987, 24.942206]" [zoom]="12">
<angular-yandex-placemark [geometry]="[60.167987, 24.942206]"></angular-yandex-placemark>
</angular-yandex-map>
</div>
.map {
width: 1000px;
height: 500px;
}
Available inputs:
Required:
Optional:
<angular-yandex-map [center]="[60.167987, 24.942206]" [zoom]="8" [mapState]="{type: 'yandex#satellite'}"></angular-yandex-map>
Available inputs:
Required:
Optional:
<angular-yandex-placemark [geometry]="[60.167987, 24.942206]" [placemarkProperties]="{iconCaption: 'Stockmann'}"></angular-yandex-placemark>
Available inputs:
Required:
Optional:
<angular-yandex-multiroute [referencePoints]="[[60.181711, 24.927661], 'helsinki']" [multirouteOptions]="{routeActiveStrokeColor: 'ff0000'}"></angular-yandex-multiroute>
You can import YandexMapModule types and use interfaces for Map & Placemark. They are not full and may contain errors, report about them to issues, please.
import { YandexMapModule } from 'angular8-yandex-maps/public-api';
public options: YandexMapModule.IYandexMapOptions;
public options: YandexMapModule.IPlacemarkOptions;
FAQs
Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API 2.0
The npm package angular8-yandex-maps receives a total of 774 weekly downloads. As such, angular8-yandex-maps popularity was classified as not popular.
We found that angular8-yandex-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.