Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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.
The npm package @feltmaps/protomaps receives a total of 103 weekly downloads. As such, @feltmaps/protomaps popularity was classified as not popular.
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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.