Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@datalith/barcode
Advanced tools
yarn add @datalith/barcode
<BarCode className="barcode" data={data} />
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data* | Array<Datum> orArray<number> | Array of data | |
value | (Datum) => Datum | (Datum) => number or number | Value accessor |
valueInactive | 1 | number | Value Inactive accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillInactive | #000 | string | Fill Inactive accessor |
fillOpacity | (Datum) => number or number | Fill Opacity accessor | |
fillOpacityInactive | 0.3 | number | Fill Opacity Inactive accessor |
fillInactive | #000 | string | Fill Inactive accessor |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeInactive | transparent | string | Stroke Inactive accessor |
strokeOpacity | (Datum) => number or number | Stroke Opacity accessor | |
strokeOpacityInactive | 0.3 | number | Stroke Opacity Inactive accessor |
strokeInactive | transparent | string | Stroke Inactive accessor |
barWidth | number | Width of the bars | |
center | {x: width / 2, y: height / 2} | {x: number, y: number} | Center of the dataviz |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
FAQs
datalith barcode
We found that @datalith/barcode 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.