Socket
Socket
Sign inDemoInstall

react-inspector

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.1.1

9

HISTORY.md

@@ -0,3 +1,12 @@

## 1.1.1 (10/28/2016)
- #14
## 1.1.0 (07/14/2016)
- Sorting properties support [#12](https://github.com/xyc/react-inspector/issues/12)
- Theming Support: supports dark theme
- Fix Babel runtime dependency [#14](https://github.com/xyc/react-inspector/issues/14)
## 1.0.0 (03/02/2016)
- Breaking change: rename from `react-object-inspector` to `react-inspector`
- non-enumerable property support [#8](https://github.com/xyc/react-inspector/issues/8)
- Adds `TableInspector`

@@ -4,0 +13,0 @@

11

package.json
{
"name": "react-inspector",
"version": "1.1.0",
"version": "1.1.1",
"description": "Power of Browser DevTools inspectors right inside your React app",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"start": "node server.js",
"storybook": "start-storybook -p 9001",
"build:storybook": "build-storybook -o storybook-static",
"build": "babel src --out-dir lib && webpack --config webpack.prod.config.js",

@@ -48,2 +46,3 @@ "lint": "eslint lib",

"devDependencies": {
"@kadira/storybook": "^1.38.0",
"babel-cli": "^6.7.5",

@@ -58,3 +57,2 @@ "babel-core": "^6.0.0",

"babel-register": "^6.6.0",
"babel-runtime": "^6.9.2",
"core-js": "^1.1.4",

@@ -82,4 +80,5 @@ "css-loader": "^0.23.0",

"dependencies": {
"babel-runtime": "^6.9.2",
"is-dom": "^1.0.5"
}
}
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