
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
geovisto-geo-downloader
Advanced tools
Geovisto tool which provides support for geographical objects downloading
Module for the Geovisto core library.
Provides user interface for downloading points or polygons from OverpassAPI (OSM) of selected country. Geographical objects can be downloaded from more than one administrative levels. (e.g. districts, regions, towns, ...) For polygons, tool provides additional simplification of borders and automatic generating of hierarhy configuration used in Geovisto Hierarchy Tool. (link)
This repository is a snapshot of Geoviosto tools/downloader
derived from the development repository: geovisto/geovisto-map.
import {
GeovistoGeoDownloaderTool
} from 'geovisto-geo-downloader';
// create instance of map with given props
const map = Geovisto.createMap({
// ...
tools?: Geovisto.createMapToolsManager([
// instances of Geovisto tools (extensions) which will be directly used in the map
// Instance of downloader tool
GeovistoGeoDownloaderTool.createTool({
id: "geovisto-geo-downloader"
}),
])
});
// rendering of the map
map.draw(Geovisto.getMapConfigManagerFactory().default({
// initial settings of the map can be overriden by the map config - JSON structure providing user settings
tools?: [
// config of Geovisto tools (extensions) used in the map
{
"type": "geovisto-geo-downloader",
"id": "geovisto-geo-downloader",
"enabled": true
}
));
npm install --save geovisto-geo-downloader
This package serves as an extension of Geovisto core using the API for Geovisto tools (extensions). Follow Geovisto core on Github.
FAQs
Geovisto tool which provides support for geographical objects downloading
The npm package geovisto-geo-downloader receives a total of 0 weekly downloads. As such, geovisto-geo-downloader popularity was classified as not popular.
We found that geovisto-geo-downloader 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.