Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-perf-devtool

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-perf-devtool - npm Package Compare versions

Comparing version 3.0.0-beta5 to 3.0.0-beta6

2

package.json
{
"name": "react-perf-devtool",
"version": "3.0.0-beta5",
"version": "3.0.0-beta6",
"description":

@@ -5,0 +5,0 @@ "A chrome devtool extension for inspecting performance of React Components",

@@ -38,3 +38,3 @@ var getReactPerformanceData = require('../shared/parse')

window.navigator.sendBeacon('http://127.0.0.1:3000', data)
window.navigator.sendBeacon('http://127.0.0.1:3000', JSON.stringify(data, null, 2))
})

@@ -41,0 +41,0 @@ }

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