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.
@monster_property_services/monster-logo-showcase
Advanced tools
A showcase slider of dynamic logos
This web component showcase a list of logos with an infinite animation of scrolling.
You can start using this component right away like this:
<script type="module" src="https://unpkg.com/@monster_property_services/monster-logo-showcase@1.0.5"></script>
npm i @monster_property_services/monster-logo-showcase
The image object has 4 optional properties looks like this
{
"src": "public link of the image",
"alt": "alt of the image",
"link": "external link to redirect on click event",
"caption": "text to display on tooltip"
}
The web component has a input property called images
of an JSON object with and array listing the list of images.
For example:
[
{"src": "https://cdn.freebiesupply.com/logos/thumbs/2x/mcdonalds-black-logo.png","alt": "McDonalds"},
{"src": "https://cdn.freebiesupply.com/images/large/2x/starbucks-logo-black-and-white.png","alt": "starbucks"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/general-electric-black-logo-png-transparent.png","alt": "general-electric"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/nfl-logo-png-transparent.png","alt": "nfl"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/mercedes-benz-6-logo-png-transparent.png","alt": "mercedes-benz"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/hogwarts-logo-png-transparent.png","alt": "hogwarts"},
{"src": "https://cdn.freebiesupply.com/logos/thumbs/2x/mcdonalds-black-logo.png","alt": "McDonalds"},
{"src": "https://cdn.freebiesupply.com/images/large/2x/starbucks-logo-black-and-white.png","alt": "starbucks"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/general-electric-black-logo-png-transparent.png","alt": "general-electric"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/nfl-logo-png-transparent.png","alt": "nfl"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/mercedes-benz-6-logo-png-transparent.png","alt": "mercedes-benz"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/hogwarts-logo-png-transparent.png","alt": "hogwarts"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/nfl-logo-png-transparent.png","alt": "nfl"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/mercedes-benz-6-logo-png-transparent.png","alt": "mercedes-benz"},
{"src": "https://cdn.freebiesupply.com/logos/large/2x/mercedes-benz-6-logo-png-transparent.png","alt": "mercedes-benz"}
]
Using the web component 🏗️:
<monster-logo-showcase images="your_json_data"></monster-logo-showcase>
Preview: You can see an example of this web component in here ✨: https://codepen.io/Andres2D/pen/XWwNjJb?editors=1000
FAQs
A showcase slider of dynamic logos
The npm package @monster_property_services/monster-logo-showcase receives a total of 23 weekly downloads. As such, @monster_property_services/monster-logo-showcase popularity was classified as not popular.
We found that @monster_property_services/monster-logo-showcase demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.