react-json-view
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -18,3 +18,3 @@ | ||
'grand-child-func': (a) => { | ||
let b = a*a; | ||
let b = 5; | ||
return a.push(b); | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "react-json-view", | ||
"description": "interactive json viewer wrapped up in a react component", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "main.js", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
@@ -6,3 +6,3 @@ # react-json-view | ||
### Implementation Example: | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-4.png?raw=true "Usage Example") | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-5.png?raw=true "Usage Example") | ||
@@ -9,0 +9,0 @@ ### Output Example: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127940
330027