
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
vue-json-cool
Advanced tools
A JSON component or plugin for vue(2.x), support spread and shrinkage, The highlighted rendering JSON data as a tree structure.
npm install --save vue-json-cool
<template>
<div>
<vue-json-cool :data="jsonData"></vue-json-cool>
</div>
</template>
import vueJsonCool from 'vue-json-cool'
export default {
components: {
vueJsonCool
},
data () {
return {
jsonData: {
number: 1,
string: 'hello world',
boolean: true,
object: {
key: 1
},
array: [1, '2', true, null, undefined],
null: null,
undefined: undefined
}
}
}
}
Attribute | Level | Description | Type | Default |
---|---|---|---|---|
data | basic | json data | JSON object or object Array, {...}, [{...}, {...}] | - |
not yet...
如果喜欢请给个星星,谢谢。 If you like, please give me a star, thank you.
如果需要帮助: QQ:1573815240 邮箱: 1573815240@qq.com if you need help: QQ:1573815240 email: 1573815240@qq.com
FAQs
a json plugin for vue,support spread and shrinkage
The npm package vue-json-cool receives a total of 640 weekly downloads. As such, vue-json-cool popularity was classified as not popular.
We found that vue-json-cool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.