Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@dramaorg/recusandae-unde
Advanced tools
A Vue component for rendering JSON data as a tree structure.
Now it supports Vue3 at least. If you still use Vue2, see 1.x.
English | 简体中文
d.ts
.IE / Edge | Firefox | Chrome | Safari | Electron |
---|---|---|---|---|
IE11, Edge | last 10 versions | last 10 versions | last 10 versions | last 2 versions |
$ npm install @dramaorg/recusandae-unde --save
$ yarn add @dramaorg/recusandae-unde
$ npm install @dramaorg/recusandae-unde@v1-latest --save
The CSS file is included separately and needs to be imported manually. You can either import CSS globally in your app (if supported by your framework) or directly from the component.
<template>
<div>
<@dramaorg/recusandae-unde :data="{ key: 'value' }" />
</div>
</template>
<script>
import VueJsonPretty from '@dramaorg/recusandae-unde';
import '@dramaorg/recusandae-unde/lib/styles.css';
export default {
components: {
VueJsonPretty,
},
};
</script>
plugins/@dramaorg/recusandae-unde.js
import Vue from 'vue'
import VueJsonPretty from '@dramaorg/recusandae-unde'
Vue.component("@dramaorg/recusandae-unde", VueJsonPretty)
nuxt.config.js
css: [
'@dramaorg/recusandae-unde/lib/styles.css'
],
plugins: [
'@/plugins/@dramaorg/recusandae-unde'
],
Property | Description | Type | Default |
---|---|---|---|
data(v-model) | JSON data, support v-model when use editable | JSON object | - |
collapsedNodeLength | Objects or arrays which length is greater than this threshold will be collapsed | number | - |
deep | Paths greater than this depth will be collapsed | number | - |
showLength | Show the length when collapsed | boolean | false |
showLine | Show the line | boolean | true |
showLineNumber | Show the line number | boolean | false |
showIcon | Show the icon | boolean | false |
showDoubleQuotes | Show doublequotes on key | boolean | true |
virtual | Use virtual scroll | boolean | false |
height | The height of list when using virtual | number | 400 |
itemHeight | The height of node when using virtual | number | 20 |
selectedValue(v-model) | Selected data path | string, array | - |
rootPath | Root data path | string | root |
nodeSelectable | Defines whether a node supports selection | (node) => boolean | - |
selectableType | Support path select, default none | multiple | single | - |
showSelectController | Show the select controller | boolean | false |
selectOnClickNode | Trigger select when click node | boolean | true |
highlightSelectedNode | Support highlighting selected nodes | boolean | true |
collapsedOnClickBrackets | Support click brackets to collapse | boolean | true |
renderNodeKey | render node key, or use slot #renderNodeKey | ({ node, defaultKey }) => vNode | - |
renderNodeValue | render node value, or use slot #renderNodeValue | ({ node, defaultValue }) => vNode | - |
editable | Support editable | boolean | false |
editableTrigger | Trigger | click | dblclick | click |
theme | Sets the theme of the component. Options are 'light' or 'dark', with dark mode enhancing visibility on dark backgrounds | 'light' | 'dark' | light |
Event Name | Description | Parameters |
---|---|---|
nodeClick | triggers when click node | (node: NodeData) |
bracketsClick | triggers when click brackets | (collapsed: boolean, node: NodeData) |
iconClick | triggers when click icon | (collapsed: boolean, node: NodeData) |
selectedChange | triggers when the selected value changed | (newVal, oldVal) |
Slot Name | Description | Parameters |
---|---|---|
renderNodeKey | render node key | { node, defaultKey } |
renderNodeValue | render node value | { node, defaultValue } |
FAQs
Unknown package
The npm package @dramaorg/recusandae-unde receives a total of 0 weekly downloads. As such, @dramaorg/recusandae-unde popularity was classified as not popular.
We found that @dramaorg/recusandae-unde demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.