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.
@superset-ui/color
Advanced tools
Description
import { xxx } from '@superset-ui/color';
fn(args)
@data-ui/build-config
is used to manage the build configuration for this package including babel
builds, jest testing, eslint, and prettier.
v0.9.0
useLegacyApi
field to ChartMetadata
. This flag will help us determine whether to use the new /api/v1/query
endpoint or the legacy one.Registry<V, W>
V
is type of value in the registryW
is type of value returned from loader
function when using .registerLoader(key, loader)
.W
can be either V
, Promise<V>
or V | Promise<V>
W=V
when does not support asynchronous loader. Making return type of .get()
become V
instead of Promise<V>
W
is set to V | Promise<V>
to support both synchronous and asynchronous loaders.jed
with @superset-ui/translation
distribution.@superset-ui/number-format
to TypeScript@superset-ui/time-format
to TypeScript@superset-ui/translation
to TypeScriptstring
. This is different from previous behavior.|Value|formatted value (before)|formatted value (after)|
|------------|------------|-----------|
| null
| null
| 'null'
|
| undefined
| undefined
| 'undefined'
|
| NaN
| NaN
| 'NaN'
|
string
. This is different from previous behavior.|Value|formatted value (before)|formatted value (after)|
|------------|------------|-----------|
| null
| null
| 'null'
|
| undefined
| undefined
| 'undefined'
|
| NaN
| NaN
| 'NaN'
|
FAQs
Superset UI color
The npm package @superset-ui/color receives a total of 52 weekly downloads. As such, @superset-ui/color popularity was classified as not popular.
We found that @superset-ui/color demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.