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

@react-native/dev-middleware

Package Overview
Dependencies
Maintainers
2
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.76.0-nightly-20240827-851037d14 to 0.76.0-nightly-20240828-cf356bd19

1

dist/createDevMiddleware.js

@@ -78,4 +78,3 @@ "use strict";

enableNetworkInspector: config.enableNetworkInspector ?? false,
useFuseboxInternalBranding: config.useFuseboxInternalBranding ?? false,
};
}

@@ -29,8 +29,3 @@ /**

enableNetworkInspector: boolean;
/**
* [Meta-internal] Controls visibility of the internal "Fusebox" codename
* across the UI when using the modern `rn_fusebox` entry point.
*/
useFuseboxInternalBranding: boolean;
}>;
export type ExperimentsConfig = Partial<Experiments>;

@@ -30,8 +30,2 @@ "use strict";

}
if (
options?.useFuseboxEntryPoint === true &&
experiments.useFuseboxInternalBranding
) {
searchParams.append("unstable_useInternalBranding", "true");
}
if (options?.launchId != null && options.launchId !== "") {

@@ -38,0 +32,0 @@ searchParams.append("launchId", options.launchId);

4

package.json
{
"name": "@react-native/dev-middleware",
"version": "0.76.0-nightly-20240827-851037d14",
"version": "0.76.0-nightly-20240828-cf356bd19",
"description": "Dev server middleware for React Native",

@@ -26,3 +26,3 @@ "keywords": [

"@isaacs/ttlcache": "^1.4.1",
"@react-native/debugger-frontend": "0.76.0-nightly-20240827-851037d14",
"@react-native/debugger-frontend": "0.76.0-nightly-20240828-cf356bd19",
"chrome-launcher": "^0.15.2",

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

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