react-perf-devtool
Advanced tools
Comparing version 3.0.0-beta5 to 3.0.0-beta6
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40735