
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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 vue-json-cool --save
<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 624 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.