@haxtra/xray-react
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@haxtra/xray-react", | ||
"version": "0.9.0", | ||
"description": "Interactive javascript object browser/inspector for React", | ||
"version": "0.9.1", | ||
"description": "JavaScript object browser for React.js", | ||
"homepage": "https://github.com/haxtra/xray-react", | ||
@@ -9,5 +9,12 @@ "repository": "github:haxtra/xray-react", | ||
"scripts": {}, | ||
"keywords": ["web","component","devtool","react","xray"], | ||
"keywords": [ | ||
"web", | ||
"component", | ||
"devtool", | ||
"react", | ||
"xray", | ||
"zero-dependency" | ||
], | ||
"author": "Hax <hax@haxtra.com>", | ||
"license": "MIT" | ||
} |
# xray-react | ||
Interactive javascript object browser/inspector for React ([live demo](https://xray.haxtra.com)) | ||
JavaScript object browser for React.js | ||
[Live demo](https://xray.haxtra.com) | ||
![Screenshot](https://media.haxtra.com/xray.png) | ||
## Install | ||
@@ -80,1 +84,3 @@ | ||
MIT | ||
![](https://hello.haxtra.com/gh-xray-react) |
@@ -87,3 +87,3 @@ import React, {useState} from 'react' | ||
{!this.state.minimize && <div className="xrContent"> | ||
<Value app={this} obj={this.props.obj} path="" /> | ||
<Value app={this} obj={this.props.obj} path="$" /> | ||
</div>} | ||
@@ -90,0 +90,0 @@ </div>) |
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
16782
86