New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-devtools-inline

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-devtools-inline - npm Package Compare versions

Comparing version 4.7.0 to 4.8.0

2

package.json
{
"name": "react-devtools-inline",
"version": "4.7.0",
"version": "4.8.0",
"description": "Embed react-devtools within a website",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -88,3 +88,3 @@ # `react-devtools-inline`

// Note that this would need to be done via <script> tag injection,
// as setting the src of the <iframe> would load a new page (withou the injected backend).
// as setting the src of the <iframe> would load a new page (without the injected backend).

@@ -111,3 +111,3 @@ // Initialize DevTools UI to listen to the hook we just installed.

// The DevTooks hook needs to be installed before React is even required!
// The DevTools hook needs to be installed before React is even required!
// The safest way to do this is probably to install it in a separate script tag.

@@ -182,2 +182,2 @@ initialize(window);

To test package changes, refer to the [`react-devtools-shell` README](https://github.com/facebook/react/blob/master/packages/react-devtools-shell/README.md).
To test package changes, refer to the [`react-devtools-shell` README](https://github.com/facebook/react/blob/master/packages/react-devtools-shell/README.md).

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

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

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