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.
bfx-hf-chart
Advanced tools
This is the official Bitfinex financial charting library, released as part of the Honey Framework. It renders entirely on HTML5 canvas elements, and supports all Honey Framework trading indicators.
npm i --save bfx-hf-chart
To get started, utilize the React component to render & pass data to the chart:
import React from 'react'
import BFXChart from '../dist/components/Chart/Chart'
const DATA = [....]
export default class Demo extends React.PureComponent {
render () {
return (
<BFXChart
candles={DATA}
candleWidth='1m'
width={800}
height={600}
/>
)
}
}
Note that candle data is expected in Bitfinex array format, specifically:
const data = [[
mts,
open,
close,
high,
low,
volume,
], ...]
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
HF Financial Charting Library
The npm package bfx-hf-chart receives a total of 1 weekly downloads. As such, bfx-hf-chart popularity was classified as not popular.
We found that bfx-hf-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 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.