
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@kaliber/components
Advanced tools
Short description.
./{{name}}.css
is altijd inbegrepen.Base
-component; zo kun je het component sneller uitbereiden.protocols
in een Link
).Je draait de cli
als volgt.
npx @kaliber/components
uit.[!NOTE] De
cli
werkt, maar staat aardig in de kinderschoenen. Voel je vrij om dingen te refactoren, of features toe te voegen. :)
Een .js
bestand heeft altijd de volgende opzet:
/**
* @name ComponentNaam
* @version 0.1.0
*/
import styles from './ComponentNaam.css'
Dit is zodat de cli
kan herkennen welke versie het is, en we een versienummer hebben om mee bij te houden welke changes er zijn geweest voor een specifiek component.
Dependencies kun je automatisch mee laten installeren met de @requires
at-rule van JSDoc.
We zetten bewust geen versienummer neer, omdat de laatste versie altijd met de laatste (major) update zou moeten werken.
/**
* @name ComponentNaam
* @version 0.1.0
* @requires react-spring
*/
Mapstructuur wordt bepaald door @namespace
. Stel dat je iets in /pageOnly
wilt, dan zou je @namespace pageOnly
toe kunnen voegen, zodat het geinstalleerd wordt in /pageOnly/ComponentNaam.js
.
/**
* @name ComponentNaam
* @version 0.1.0
* @namespace pageOnly
*/
FAQs
Kaliber Components
We found that @kaliber/components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.