Socket
Socket
Sign inDemoInstall

@react-native/dev-middleware

Package Overview
Dependencies
Maintainers
11
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/dev-middleware - npm Package Compare versions

Comparing version 0.74.0-nightly-20231003-5dedf277c to 0.74.0-nightly-20231004-2000acc6c

3

dist/inspector-proxy/DeviceEventReporter.d.ts

@@ -53,2 +53,3 @@ /**

}
export default DeviceEventReporter;
declare const $$EXPORT_DEFAULT_DECLARATION$$: typeof DeviceEventReporter;
export default $$EXPORT_DEFAULT_DECLARATION$$;

@@ -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]

@@ -18,2 +18,3 @@ /**

declare const DefaultBrowserLauncher: BrowserLauncher;
export default DefaultBrowserLauncher;
declare const $$EXPORT_DEFAULT_DECLARATION$$: typeof DefaultBrowserLauncher;
export default $$EXPORT_DEFAULT_DECLARATION$$;
{
"name": "@react-native/dev-middleware",
"version": "0.74.0-nightly-20231003-5dedf277c",
"version": "0.74.0-nightly-20231004-2000acc6c",
"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-20231003-5dedf277c",
"@react-native/debugger-frontend": "0.74.0-nightly-20231004-2000acc6c",
"chrome-launcher": "^0.15.2",

@@ -29,0 +29,0 @@ "chromium-edge-launcher": "^1.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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