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

@react-native/dev-middleware

Package Overview
Dependencies
Maintainers
11
Versions
439
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-20231005-1b9b13a7b to 0.74.0-nightly-20231006-60f5a80c1

6

dist/inspector-proxy/InspectorProxy.js

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

4

package.json
{
"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",

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