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.2

2

lib/ObjectInspector.js

@@ -122,3 +122,3 @@ 'use strict';

'span',
{ className: 'ObjectInspector-property', onClick: this.handleClick.bind(this) },
{ className: 'ObjectInspector-property', onTouchStart: this.handleClick.bind(this), onClick: this.handleClick.bind(this) },
_react2['default'].createElement(

@@ -125,0 +125,0 @@ 'span',

{
"name": "react-object-inspector",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple object inspector styled similarly to Chrome DevTools",

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