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.
@carto/airship-components
Advanced tools
Airship components provides a set of Web components for Location Intelligence apps..
You can install airship-components using npm
or downloading it from a CDN
.
All Airship components are lazy-loaded, that means that each component will be loaded and injected as soon as it is present in the DOM.
The simplest way to use components is to load them from our CDN. You can do that adding the following snippet to the <head>
of your application.
<head>
<!-- Include core first -->
<script src="https://libs.cartocdn.com/airship-components/1.0.0-alpha.41/airship.js"></script>
<head>
Just install our package and use it as you wish:
npm i @carto/airship-components
You need to call the defineCustomElements
function in your application's entry point to load web components from npm.
import { defineCustomElements } from '@carto/airship-components';
defineCustomElements(window);
FAQs
Airship is a set of tools designed to facilitate the development of location intelligence apps by offering layouts, basic patterns, templates, CSS classes, components, widgets and much more.
The npm package @carto/airship-components receives a total of 8 weekly downloads. As such, @carto/airship-components popularity was classified as not popular.
We found that @carto/airship-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.