Gathering detailed insights and metrics for @widev/v-jsoneditor
Gathering detailed insights and metrics for @widev/v-jsoneditor
Gathering detailed insights and metrics for @widev/v-jsoneditor
Gathering detailed insights and metrics for @widev/v-jsoneditor
npm install @widev/v-jsoneditor
Typescript
Module System
Node Version
NPM Version
Vue (43.46%)
JavaScript (29.08%)
HTML (27.46%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
185 Stars
56 Commits
45 Forks
5 Watchers
3 Branches
6 Contributors
Updated on Jun 16, 2025
Latest Version
1.4.2
Package Id
@widev/v-jsoneditor@1.4.2
Unpacked Size
10.98 MB
Size
743.61 kB
File Count
13
NPM Version
6.14.4
Node Version
13.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Vue JSONEditor
https://yansenlei.github.io/VJsoneditor/
1npm install v-jsoneditor
1import Vue from 'vue' 2import VJsoneditor from 'v-jsoneditor' 3 4Vue.use(VJsoneditor)
1import VJsoneditor from 'v-jsoneditor' 2 3export default { 4 name: 'app', 5 components: { 6 VJsoneditor 7 }, 8 data() { 9 return { 10 json: { 11 "hello": "vue" 12 } 13 } 14 }, 15 methods: { 16 onError() { 17 console.log('error') 18 } 19 } 20}
1<script src='https://unpkg.com/vue@latest'></script> 2<script src="./dist/v-jsoneditor.min.js"></script>
1<v-jsoneditor v-model="json" :options="options" :plus="false" height="400px" @error="onError">
Name | Description | type | default |
---|---|---|---|
options | Jsoneditor params, You can look at the detailed configuration | Object | { mode: 'code' } |
value(v-model) | Object value | Object | { } |
plus | Whether full screen switching is added | Boolean | true |
height | Default height | String | - |
Name | Description |
---|---|
error | Error callback |
1# install dependencies 2npm install 3 4# serve with hot reload at localhost:8080 5npm run dev 6 7# build for production with minification 8npm run build
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 4/25 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More