Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
h8k-design
Advanced tools
The H8k design library aims to standardize the user interface of the Frontend Problem Statements created in the Hackerrank platform.
This library makes use of CSS Variables and SCSS to make the stylesheets modular and customisable. You can modify the
Install the library
npm i h8k-design --save
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/h8k-design@latest/dist/index.css"
Reference the assets in your Frontend project:
Include the compiled index.css
from the dist folder in your index.css and you are good to go.
@import 'node_modules/h8k-design/dist/index.css';
Include the compiled index.css
from the dist folder in your style.css.
@import 'node_modules/h8k-design/dist/index.css';
Note: If you are using scss or sass, it is also possible to include the index.scss file from
the lib folder.
@import "node_modules/h8k-design/lib/index.scss"
Check out the Live Demo
FAQs
A CSS based design library
The npm package h8k-design receives a total of 6,361 weekly downloads. As such, h8k-design popularity was classified as popular.
We found that h8k-design demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.