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.
qwant-maps-fonts
Advanced tools
This project packages the most common free fonts with [fontnik](https://github.com/mapbox/fontnik) so you don't have to worry about [SDL](https://www.mapbox.com/blog/text-signed-distance-fields/) and [gzipped PBFs](https://github.com/mapbox/mapbox-gl-js/i
This project packages the most common free fonts with fontnik so you don't have to worry about SDL and gzipped PBFs. The fonts are deployed to https://free.tilehosting.com/ which also supports concatenating fonts.
Your current Mapbox GL Style JSON configuration for glyphs
will look like this.
"glyphs": "mapbox://fonts/openmaptiles/{fontstack}/{range}.pbf",
In order to use the fonts without a Mapbox API key edit your Mapbox GL Style JSON and change the endpoint for glyphs
to http://fonts.openmaptiles.org/{fontstack}/{range}.pbf
.
"glyphs": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
The following fonts that are available in Mapbox Studio are supported.
Install required packages:
npm install
Generate fonts:
node ./generate.js
The PBFs will created be in the _output
directory.
Please mind the license of the original fonts. All fonts are either licensed under OFL or Apache.
FAQs
This project packages the most common free fonts with [fontnik](https://github.com/mapbox/fontnik) so you don't have to worry about [SDL](https://www.mapbox.com/blog/text-signed-distance-fields/) and [gzipped PBFs](https://github.com/mapbox/mapbox-gl-js/i
The npm package qwant-maps-fonts receives a total of 10 weekly downloads. As such, qwant-maps-fonts popularity was classified as not popular.
We found that qwant-maps-fonts 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
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.