Gathering detailed insights and metrics for jsoneditor-for-react
Gathering detailed insights and metrics for jsoneditor-for-react
Gathering detailed insights and metrics for jsoneditor-for-react
Gathering detailed insights and metrics for jsoneditor-for-react
react-jsoneditor-wrapper
A React Typescript wrapper for jsoneditor by josdejong.
@types/jsoneditor-for-react
TypeScript definitions for jsoneditor-for-react
jsoneditor-react-fortest
copy form https://github.com/vankop/jsoneditor-react for output error
@dr-kobros/react-jsoneditor
JSON editor for React. Wraps jsoneditor.
npm install jsoneditor-for-react
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
6 Stars
3 Commits
1 Forks
3 Watchers
1 Branches
1 Contributors
Updated on Nov 16, 2022
Latest Version
0.0.1
Package Id
jsoneditor-for-react@0.0.1
Size
182.36 kB
NPM Version
5.4.2
Node Version
8.2.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
React wrapper for jsoneditor
Also you can check the angular version: angular-jsoneditor
1npm install jsoneditor-for-react --save
1import React, { Component } from 'react'; 2import ReactJsonEditor from 'jsoneditor-for-react'; 3 4class App extends Component { 5 ... 6 7 editorChangeHandler = (values) => { 8 console.log('new values', values) 9 this.setState({values: values}) 10 } 11 12 render() { 13 return ( 14 <div className="App"> 15 <ReactJsonEditor values={this.state.values} onChange={(values) => {this.editorChangeHandler(values)}}/> 16 </div> 17 ); 18 } 19} 20 21export default App;
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
80 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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