
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.
@covalent/json-formatter
Advanced tools
td-json-formatter
renders a javascript object in Json format the same way the chrome/firefox console would render it using console.log()
.
Hovering on nodes will bring out a preview tooltip of the first 5 objects/properties of the node.
The tree is collapsable/expandable so you can navigate through its nodes.
Properties:
Name | Type | Description |
---|---|---|
key? | string | Tag to be displayed as root of formatted object. |
data | any | JS object to be formatted. |
levelsOpen? | number | Levels opened by default when JS object is formatted and rendered. |
Import the [CovalentJsonFormatterModule] using the forRoot() method in your NgModule:
import { CovalentJsonFormatterModule } from '@covalent/json-formatter';
@NgModule({
imports: [
CovalentJsonFormatterModule.forRoot(),
...
],
...
})
export class MyModule {}
Simply add the component and pass the object to be formatted as a [data] input.
Example for HTML usage:
<td-json-formatter [data]="object" key="root" [levelsOpen]="1">
</td-json-formatter>
FAQs
Teradata UI Platform JSON Formatter Module
We found that @covalent/json-formatter 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
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.