@react-native/dev-middleware
Advanced tools
Comparing version 0.74.0-nightly-20231004-2000acc6c to 0.74.0-nightly-20231005-1b9b13a7b
@@ -136,5 +136,2 @@ "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, | ||
}); | ||
@@ -186,5 +183,2 @@ // $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, | ||
}); | ||
@@ -191,0 +185,0 @@ // $FlowFixMe[value-as-type] |
{ | ||
"name": "@react-native/dev-middleware", | ||
"version": "0.74.0-nightly-20231004-2000acc6c", | ||
"version": "0.74.0-nightly-20231005-1b9b13a7b", | ||
"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-20231004-2000acc6c", | ||
"@react-native/debugger-frontend": "0.74.0-nightly-20231005-1b9b13a7b", | ||
"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
86343
1959