Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
vue-json-editor-g
Advanced tools
A json-schema editor of high efficient and easy-to-use, base on Vue.
A json-schema editor of high efficient and easy-to-use, base on Vue & Element UI.
一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 模仿 Yapi React 版本 json-schema-editor-visual 实现
import JsonSchemaEditor from 'vue-json-schema-editor-visual';
Vue.use(JsonSchemaEditor);
在线 Demo
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
schema | json schema 对象 | Object | - |
show-raw | 是否显示 RAW 弹窗,可查看 json schema | Boolean | false |
is-mock | 是否支持 mock (WIP) | Boolean | false |
show-default-value | 是否展示默认值输入框 | Boolean | false |
事件名称 | 说明 | 回调参数 |
---|---|---|
schema-change | schema 发生变化时的回调函数 | 新的 json schema 对象 |
其他 json editor
MIT
FAQs
A json-schema editor of high efficient and easy-to-use, base on Vue.
The npm package vue-json-editor-g receives a total of 0 weekly downloads. As such, vue-json-editor-g popularity was classified as not popular.
We found that vue-json-editor-g 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.