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.
@ritterim/platform-ui
Advanced tools
A CSS framework used by Ritter Insurance Marketing (RIM) for our platform of agent tools.
Platform UI is a CSS framework developed by RIMdev for Ritter Insurance Marketing for our platform of agent and staff facing tools.
Learn more at platformui.com
<!-- In the <head> of your site. -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ritterim/platform-ui/dist/platform-ui.min.css" crossorigin>
<!-- Directly before the closing </body> tag of your site. -->
<script src="https://cdn.jsdelivr.net/npm/@ritterim/platform-ui/dist/js/platform-ui.min.js" crossorigin defer></script>
<!-- In the <head> of your site. -->
<link rel="preconnect" href="https://unpkg.com" crossorigin>
<link rel="stylesheet" href="https://unpkg.com/@ritterim/platform-ui/dist/platform-ui.min.css" crossorigin>
<!-- Directly before the closing </body> tag of your site. -->
<script src="https://unpkg.com/@ritterim/platform-ui/dist/js/platform-ui.min.js" crossorigin defer></script>
npm i @ritterim/platform-ui
yarn add @ritterim/platform-ui
start
- Optimizes icons and generates icon font, then starts the Vite development serverbuild
- Builds the package, runs all scripts prefixed with "build"build:svgs
- Optimizes all icon SVGs with SVGObuild:font
- Creates the icon font based off the optimized SVGsstart:vite
- Starts the Vite development serverbuild:vite
- Optimizes everything and bundles as packageFAQs
A CSS framework used by Ritter Insurance Marketing (RIM) for our platform of agent tools.
We found that @ritterim/platform-ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.