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.
@hotellistat/robust-ui
Advanced tools
A lightweight Vue 3 component library that aims to invoke a native UI feel. This means that UI elements should behave similarly to other native OS applications, e.g. don't user cursor: pointer and don't use overloaded animations.
When you are starting a new prototype you want to be able to develop features fast. We created this component library as a way for us to build products quickly without having to deal with complicated packages and a huge bundle sizes.
First install the library using your prefered package manager
npm run add @hotellistat/robust-ui
then you can import the available components like so
import { HsButton } from '@hotellistat/robust-ui'
To develop new components for robust-ui, you should create new feature branches that hold the code of a specific components. As soon as you are finished with working on, and testing the components, you can create a PR to merge it into the main branch.
To publish a new version you will need to follow these simple steps:
Here is a list of all available npm commands.
Starting the dev environment We use Vue Press to hold our component documentation and examples
npm run dev
Building the documentation
npm run build
Serving the documentation
npm run serve
Building the library bundles
npm run build:library
Analyzing bundle sizes with rollup-plugin-visualizer
npm run analyze
Lint all files
npm run lint
Format all files
npm run format
FAQs
A lightweight Vue 3 component library
The npm package @hotellistat/robust-ui receives a total of 16 weekly downloads. As such, @hotellistat/robust-ui popularity was classified as not popular.
We found that @hotellistat/robust-ui 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.