Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@targomo/leaflet
Advanced tools
Leaflet maps extensions for Targomo's time-based access mapping services.
Leaflet extensions for targomo-js
The Targomo Leaflet extensions Typescript library provides extensions for visualising results obtained from the Targomo services. The project is maintained by Targomo. The lib can also be used in non-typescript environments.
Get your free API key by signing up for a Targomo account
Install via npm:
npm install @targomo/leaflet
Example usage for polygon layer
const layer = new tgm.leaflet.TgmLeafletPolygonOverlay()
layer.addTo(map) // Add to leaflet map
const polygonData = await targomoClient.polygons.fetch(....) // Fetch polygon data from Targomo service, see @targomo/core lib for more details
layer.setData(polygonData) // Visualize received data on layer
}
More Documentation is available at https://targomo.com/developers/guide/, although this still contains the documentation for the r360-js lib, until the docs are finished for this lib.
FAQs
Leaflet maps extensions for Targomo's time-based access mapping services.
The npm package @targomo/leaflet receives a total of 14 weekly downloads. As such, @targomo/leaflet popularity was classified as not popular.
We found that @targomo/leaflet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.