@react-native/dev-middleware
Advanced tools
Comparing version 0.74.0-nightly-20231005-1b9b13a7b to 0.74.0-nightly-20231006-60f5a80c1
@@ -136,2 +136,5 @@ "use strict"; | ||
perMessageDeflate: true, | ||
// Don't crash on exceptionally large messages - assume the device is | ||
// well-behaved and the debugger is prepared to handle large messages. | ||
maxPayload: 0, | ||
}); | ||
@@ -183,2 +186,5 @@ // $FlowFixMe[value-as-type] | ||
perMessageDeflate: false, | ||
// Don't crash on exceptionally large messages - assume the debugger is | ||
// well-behaved and the device is prepared to handle large messages. | ||
maxPayload: 0, | ||
}); | ||
@@ -185,0 +191,0 @@ // $FlowFixMe[value-as-type] |
{ | ||
"name": "@react-native/dev-middleware", | ||
"version": "0.74.0-nightly-20231005-1b9b13a7b", | ||
"version": "0.74.0-nightly-20231006-60f5a80c1", | ||
"description": "Dev server middleware for React Native", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"@isaacs/ttlcache": "^1.4.1", | ||
"@react-native/debugger-frontend": "0.74.0-nightly-20231005-1b9b13a7b", | ||
"@react-native/debugger-frontend": "0.74.0-nightly-20231006-60f5a80c1", | ||
"chrome-launcher": "^0.15.2", | ||
@@ -29,0 +29,0 @@ "chromium-edge-launcher": "^1.0.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
86691
1965