
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
desi-graphics
Advanced tools
An extension of of deck.gl along with other mapping tools.
npm install desi-graphics
Maps.getStyles() Maps.loadStyle()
configFieldsExample of the properties contained in a weather field configuration:
"dustFineSfc": {
"defaults": "default", // could be a field like "t2"
"colorBars": {
"default": { // could also be `difference`, `spread`, `timing`, `percentage`, `paintball`
"colorLevels": [0, 1, 25, ...],
"colors": [
"rgba(0,0,0,0)",
"rgba(0,0,0,0)",
"rgb(255, 240, 204)",
...
],
"colorType": "scaleLinear", // scaleLinear, scaleThreshold
"contourLevels": [5, 25, 50, ...],
"isLeftCap": false,
"tickAngle": -90,
"ticks": "byColorLevels", // `byColorLevels`, `linear`
"tickValues": []
},
"difference": {
"colorLevels": [-2, -1, -0.75, -0.5, ...],
},
"spread": {
"colorLevels": [0, 0.1, 0.25, 0.5, 0.75, 1],
},
},
"colorPrimary": "rgb(200,153,100)", // for 1D chart
"nameLegend": "Near Surface Fine Dust",
"namePublic": "Near Surface Fine Dust",
"nameShort": "Fine Dust",
"roundto": 1,
"roundtoReadout": 0,
"units": "µg/m^3"
}
const shadedLayer = new ShadedLayer({
...
readout: [
{
// array - full data array
data,
// number - rounding of data in the readout
decimals,
// boolean - does readout use linear interpolated between points
interpolate,
// string - leading readout text such as `Mean Temperature`
prependText,
// string - will be appended to the end of the data value (ie `mph`)
units,
// function - this will alter the default readout text for the value. It takes `value` as
// an argument and should return a string
valueFormatter
}
]
})
FAQs
An extension of deck.gl for producing weather graphics
The npm package desi-graphics receives a total of 26 weekly downloads. As such, desi-graphics popularity was classified as not popular.
We found that desi-graphics demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.