
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.
@feltmaps/protomaps
Advanced tools
A vector map renderer for the web.
This project is a complete web map renderer - including quality label layout, pattern fills, and icons - in as simple as possible of an implementation. It's an alternative to renderers like Mapbox GL JS in a fraction of the size.
See the docs on what protomaps.js is, what protomaps.js is not
<script src="https://unpkg.com/protomaps@latest/dist/protomaps.min.js"></script>
<script>
const map = L.map('map')
var layer = protomaps.leafletLayer({url:'FILE.pmtiles OR ENDPOINT/{z}/{x}/{y}.pbf'})
layer.addTo(map)
</script>
Exports of OpenStreetMap data in PMTiles format can be obtained from https://protomaps.com/bundles.
benchmarks
folder and run npm install
and npm run start
.benchmarks/benchs/benchmarks.ts
filemap-benchmarks
private repo. That compares the last @feltmaps/protomaps
published package against the benchmarking-base
branch of this repoThe design is still evolving rapidly, so do not expect any kind of stable internal or external-facing API between minor versions. But please do report bugs and discuss requirements in the Issues.
FAQs
A vector map renderer for the web.
We found that @feltmaps/protomaps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.