You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-object-inspector

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-object-inspector - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "react-object-inspector",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple object inspector styled similarly to Chrome DevTools",

@@ -5,0 +5,0 @@ "main": "lib/ObjectInspector.js",

react-object-inspector
=====================
Simple object inspector made with [React](http://facebook.github.io/react/). Styled similarly to [Chrome DevTools](https://developer.chrome.com/devtools).
Simple object inspector made with [React](http://facebook.github.io/react/), an alternative to `<pre>JSON.stringify(data, null, 2)</pre>`. You can use this tool to inspect Javascript Objects. Styled similarly to [Chrome DevTools](https://developer.chrome.com/devtools).
Demo
![](http://xyc.github.io/react-object-inspector/screenshot.png)
Tree state is saved at root. For example, if you click to expand some elements in the hierarchy, the state will be preserved after the element is unmounted.
[Demo](http://xyc.github.io/react-object-inspector/)
Tree state is saved at root. If you click to expand some elements in the hierarchy, the state will be preserved after the element is unmounted.
### Install

@@ -11,0 +13,0 @@

var path = require('path');
// currently, this is for bower
var config = {

@@ -5,0 +4,0 @@ devtool: 'sourcemap',