
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.
@domoinc/ca-post-indicators
Advanced tools
Type: string
Default: "CAPostIndicators"
Name of chart for reporting
Type: color
Default: "#73B0D7"
Color of the gauge
Type: color
Default: "#E4E5E5"
Not filled color of the gauge
Type: color
Default: "#FFFFFF"
Stroke color of the gauge
Type: number
Default: 250
Units: px
Height of the widget
Type: boolean
Default: false
If true, it signals to the widget that it is running on a mobile device. Should be called before draw and then NEVER changed.
Type: boolean
Default: true
Flag for turning off data validation
Type: string
Default: "Open Sans"
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: number
Default: 250
Units: px
Width of the widget
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[0] === undefined ? undefined : String(line[0]); }
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)); }
Default accessor:
function (line) { return Number(line[1]); }
//Setup some fake data
var data = [
['Sales', 0.65]
];
//Initialze the widget
var chart = d3.select("#vis svg")
.append("g")
.attr('transform', 'translate(198.6,121.5)')
.chart("CAPostIndicators")
.c({
width: 141,
height: 141
});
//Render the chart with data
chart._notifier.showMessage(true);
chart.draw(data);
FAQs
CAPostIndicators - Domo Widget
We found that @domoinc/ca-post-indicators demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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.