
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-stage-progress
Advanced tools
Type: string
Default: "CAStageProgress"
Name of chart for reporting
Type: color
Default: "#6CBEA9"
Fill color for the checkmarks
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: color
Default: "#c4e4d6"
Fill color for the odd rows
Type: color
Default: "#b0dbc8"
Fill color for the even rows
Type: color
Default: "#4a988a"
Font color for the text in the odd rows
Type: color
Default: "#4a988a"
Font color for the text in the even rows
Type: boolean
Default: true
Flag for turning off data validation
Type: undefined
Default: "#287872"
Font color for the titles
Type: string
Default: "Open Sans"
Font type for the text
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: number
Default: 500
Units: px
Width of the widget
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[3]; }
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[4]; }
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[1] === undefined ? undefined : String(line[1]); }
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)) && this.accessor(d) >= 0; }
Default accessor:
function (line) { return parseFloat(line[2]); }
//Setup some fake data
//stageName, metricName, value, isCompleted, isCurrency
var data = [
['North', 'Jan', '1422', 'true', 'number'],
['North', 'Feb', '4560000', 'true', 'currency'],
['North', 'Mar', '4560000', 'true', 'currency'],
['North', 'Apr', '4560000', 'true', 'currency'],
['South', 'Jan', '1422', 'true', 'number'],
['South', 'Feb', '4560000', 'true', 'currency'],
['South', 'Mar', '4560000', 'true', 'currency'],
['South', 'Apr', '4560000', 'true', 'currency'],
['East', 'Jan', '4560000', 'true', 'currency'],
['East', 'Feb', '4560000', 'false', 'currency'],
['East', 'Mar', '4560000', 'false', 'currency'],
['East', 'Apr', '4560000', 'false', 'currency'],
['West', 'Jan', '4560000', 'false', 'currency'],
['West', 'Feb', '4560000', 'false', 'currency'],
['West', 'Mar', '4560000', 'false', 'currency'],
['West', 'Apr', '4560000', 'false', 'currency'],
];
//Initialze the widget
var height = 250;
var width = 500;
var chart = d3.select('#vis')
.append('svg')
.attr({
height: 500,
width: 500,
})
.append('g')
.attr('transform', 'translate(0,125)')
.chart('CAStageProgress')
.c({
height: height,
width: width
});
//Render the chart with data
chart._notifier.showMessage(true);
chart.draw(data);
FAQs
CAStageProgress - Domo Widget
We found that @domoinc/ca-stage-progress 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.