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.
@americana/maplibre-gl-style-spec
Advanced tools
This directory contains code and reference files that define the MapLibre GL style specification and provides some utilities for working with MapLibre styles.
The MapLibre GL style specification and utilities are published as a seperate npm package so that they can be installed without the bulk of GL JS.
npm install @americana/maplibre-gl-style-spec
If you install this package globally, you will have access to several CLI tools.
npm install @americana/maplibre-gl-style-spec --global
gl-style-migrate
This repo contains scripts for migrating GL styles of any version to the latest version (currently v8). Migrate a style like this:
$ gl-style-migrate bright-v7.json > bright-v8.json
To migrate a file in place, you can use the sponge
utility from the moreutils
package:
$ brew install moreutils
$ gl-style-migrate bright.json | sponge bright.json
gl-style-format
$ gl-style-format style.json
Will format the given style JSON to use standard indentation and sorted object keys.
gl-style-validate
$ gl-style-validate style.json
Will validate the given style JSON and print errors to stdout. Provide a
--json
flag to get JSON output.
FAQs
a specification for maplibre gl styles
The npm package @americana/maplibre-gl-style-spec receives a total of 2 weekly downloads. As such, @americana/maplibre-gl-style-spec popularity was classified as not popular.
We found that @americana/maplibre-gl-style-spec 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.
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.