
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
maplibre-gl-js-amplify
Advanced tools
A plugin for maplibre-gl-js for integration with Amplify Geo.
yarn add maplibre-gl-js-amplify
import { createMap } from "maplibre-gl-js-amplify";
import Amplify from "aws-amplify";
import awsconfig from './aws-exports';
Amplify.configure(awsconfig);
...
const map = await createMap({
container: "map", // An HTML Element or HTML element ID to render the map in https://maplibre.org/maplibre-gl-js-docs/api/map/
center: [-123.1187, 49.2819],
zoom: 11,
region: "us-west-2"
})
import Amplify from "aws-amplify";
import { AmplifyGeocoderAPI } from "maplibre-gl-js-amplify";
import awsconfig from './aws-exports';
import maplibregl from "maplibre-gl";
import MaplibreGeocoder from "@maplibre/maplibre-gl-geocoder";
import "@maplibre/maplibre-gl-geocoder/dist/maplibre-gl-geocoder.css";
Amplify.configure(awsconfig);
...
const geocoder = new MaplibreGeocoder(AmplifyGeocoderAPI, {
maplibregl: maplibregl,
});
map.addControl(geocoder);
See API.md for complete reference.
See FIXME.
See CONTRIBUTING.md.
1.1.0
drawPoints
method to take new type NamedLocation
data so that the title for each data point can be set #46FAQs
MapLibre Plugin to Support Amplify Geo Integration
The npm package maplibre-gl-js-amplify receives a total of 21,916 weekly downloads. As such, maplibre-gl-js-amplify popularity was classified as popular.
We found that maplibre-gl-js-amplify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.