Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@haxtra/xray-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haxtra/xray-react - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

13

package.json
{
"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>)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc