Socket
Socket
Sign inDemoInstall

react-inspector

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-inspector - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

dist/cjs/react-inspector.js

3

HISTORY.md

@@ -0,1 +1,4 @@

## 3.0.0 (03/20/2019)
[@xadn](https://github.com/xadn)'s [hooks](https://github.com/xyc/react-inspector/pull/68) PR and minor [fixes](https://github.com/xyc/react-inspector/pull/70)
## 2.1.3 (08/08/2017)

@@ -2,0 +5,0 @@ - Fix display of objects with empty keys

14

package.json
{
"name": "react-inspector",
"version": "3.0.0",
"version": "3.0.1",
"description": "Power of Browser DevTools inspectors right inside your React app",

@@ -29,3 +29,4 @@ "keywords": [

"author": "Xiaoyi Chen <cxychina@gmail.com> (http://github.com/xyc)",
"main": "lib/index.js",
"main": "dist/cjs/react-inspector.js",
"module": "dist/es/react-inspector.js",
"repository": {

@@ -36,5 +37,5 @@ "type": "git",

"scripts": {
"build": "babel src --out-dir lib && webpack --config webpack.prod.config.js",
"build": "rollup -c",
"build:storybook": "build-storybook -o storybook-static",
"clean": "rimraf lib",
"clean": "rimraf dist",
"lint": "eslint src --fix",

@@ -64,2 +65,3 @@ "prerelease": "npm run lint && npm run test && npm run clean && npm run build",

"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.3.1",

@@ -84,2 +86,6 @@ "@babel/preset-react": "^7.0.0",

"rimraf": "^2.6.2",
"rollup": "^1.7.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-node-resolve": "^4.0.1",
"style-loader": "^0.23.1",

@@ -86,0 +92,0 @@ "webpack": "^4.5.0",

@@ -22,2 +22,6 @@ # react-inspector

Recommended versions:
- version `3.0.0`: If you are using React 16.8.4 or later.
- version `2.3.1`: If you are using an ealier version of React.
### &lt;Inspector />

@@ -24,0 +28,0 @@ A shorthand for the inspectors.

Sorry, the diff of this file is not supported yet

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