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 5.1.0 to 5.1.1

11

HISTORY.md

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

## 5.1.1 (04/02/2021)
- Include support for React 17 in peerDependencies. [120](https://github.com/storybookjs/react-inspector/pull/120) [124](https://github.com/storybookjs/react-inspector/pull/124)
- Only publish required files. [119](https://github.com/storybookjs/react-inspector/pull/119)
## 5.1.0 (09/10/2020)
- Upgrade all dependencies
- Fix component crash on getters [#116](https://github.com/storybookjs/react-inspector/pull/116)
## 5.0.0 (09/10/2020)
- Upgrade all dependencies
## 3.0.2 (03/28/2019)

@@ -2,0 +13,0 @@ - Fixes [#72](https://github.com/xyc/react-inspector/issues/72)

12

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

@@ -35,2 +35,10 @@ "keywords": [

"module": "dist/es/react-inspector.js",
"files": [
"dist/*/",
"README.md",
"LICENSE",
"HISTORY.md",
".js",
".d.ts"
],
"scripts": {

@@ -98,4 +106,4 @@ "build": "rollup -c",

"peerDependencies": {
"react": "^16.8.4"
"react": "^16.8.4 || ^17.0.0"
}
}
.github/workflows/tests-unit.yml

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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