
Research
/Security News
5 Malicious Rust Crates Posed as Time Utilities to Exfiltrate .env Files
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.
vue-json-diff-fehelper9
Advanced tools
基于Fehelper里的jsondiff功能封装的vue组件。
推荐浏览器插件:FeHelper--Web前端助手(https://github.com/zxlie/FeHelper)
安装vue-fehelper-json-diff包,依赖vue
npm install vue-json-diff-fehelper
or
yarn add vue-json-diff-fehelper
vue调用
<template>
<div id="app">
<json-diff :jsonSourceLeft="leftData" :jsonSourceRight="rightData" />
</div>
</template>
<script>
import JsonDiff from 'vue-json-diff-fehelper'
export default {
components: {
JsonDiff
},
data() {
return {
leftData: {
"data": {
"needQueryPosition": 0,
"orderStatus": "已取消",
"orderTrace": {
"timeLine": [
{
"date": "10/13",
"time": "18:26",
"status": "订单已取消"
},
{
"date": "10/13",
"time": "18:11",
"status": "订单提交成功"
}
],
"lastStatusDesc": "订单未支付,已自动取消"
}
},
"code": 0,
"msg": "",
"success": true
},
rightData: {
"data": {
"needQueryPosition1": 0,
"orderStatus": "已取消",
"orderTrace1": {
"timeLine": [
{
"date": "10/13",
"time": "18:26",
"status": "订单已取消"
},
{
"date": "10/13",
"time": "18:11",
"status": "订单提交成功"
}
],
"lastStatusDesc": "订单未支付,已自动取消"
}
},
"code": 1,
"msg": "2222",
"success": true
}
}
}
}
</script>
| 属性 | 类型 | 描述 |
|---|---|---|
| jsonSourceLeft | Object/String | 左侧区域展示数据 |
| jsonSourceRight | Object/String | 右侧区域展示数据 |
| showHeading | Boolean | 是否显示顶部对比结果 |
| errorHandler | Function | 错误处理回调方法 |
| diffHandler | Function | 对比结果回调方法 |
| result | Object | 对比结果 this.$refs.ref[0].result => { inputText: inputText, which: this.which, diffs: diffs} |
FAQs
A json diff vue component
The npm package vue-json-diff-fehelper9 receives a total of 0 weekly downloads. As such, vue-json-diff-fehelper9 popularity was classified as not popular.
We found that vue-json-diff-fehelper9 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
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.