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
2
Versions
446
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.77.0-nightly-20241016-557e3447f to 0.77.0-nightly-20241018-398512a4e

1

dist/inspector-proxy/InspectorProxy.js

@@ -90,2 +90,3 @@ "use strict";

description: page.description ?? page.app,
appId: page.app,
type: "node",

@@ -92,0 +93,0 @@ devtoolsFrontendUrl,

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

title: string;
appId: string;
description: string;

@@ -92,0 +93,0 @@ type: string;

3

dist/middleware/openDebuggerMiddleware.js

@@ -51,3 +51,3 @@ "use strict";

(targetId == null || _target.id === targetId) &&
(appId == null || _target.description === appId) &&
(appId == null || _target.appId === appId) &&
(device == null || _target.reactNative.logicalDeviceId === device)

@@ -121,2 +121,3 @@ );

resolvedTargetDescription: target.description,
resolvedTargetAppId: target.appId,
prefersFuseboxFrontend: useFuseboxEntryPoint ?? false,

@@ -123,0 +124,0 @@ });

@@ -45,9 +45,11 @@ /**

* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 44 | prefersFuseboxFrontend: boolean,
* > 44 | resolvedTargetAppId: string,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 45 | }>
* > 45 | prefersFuseboxFrontend: boolean,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 46 | | ErrorResult<mixed>
* > 46 | }>
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 47 | | CodedErrorResult<"NO_APPS_FOUND">,
* > 47 | | ErrorResult<mixed>
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 48 | | CodedErrorResult<"NO_APPS_FOUND">,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.

@@ -57,13 +59,13 @@ **/

| /**
* > 51 | ...
* > 52 | ...
* | ^^^
* > 52 | | SuccessResult<{
* > 53 | | SuccessResult<{
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 53 | ...DebuggerSessionIDs,
* > 54 | ...DebuggerSessionIDs,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 54 | frontendUserAgent: string | null,
* > 55 | frontendUserAgent: string | null,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 55 | }>
* > 56 | }>
* | ^^^^^^^^^^^^^^^^^^^^^^^^^
* > 56 | | ErrorResult<mixed>,
* > 57 | | ErrorResult<mixed>,
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.

@@ -73,3 +75,3 @@ **/

| /**
* > 66 | ...DebuggerSessionIDs,
* > 67 | ...DebuggerSessionIDs,
* | ^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.

@@ -79,3 +81,3 @@ **/

| /**
* > 86 | ...DebuggerSessionIDs,
* > 87 | ...DebuggerSessionIDs,
* | ^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.

@@ -82,0 +84,0 @@ **/

{
"name": "@react-native/dev-middleware",
"version": "0.77.0-nightly-20241016-557e3447f",
"version": "0.77.0-nightly-20241018-398512a4e",
"description": "Dev server middleware for React Native",

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

"@isaacs/ttlcache": "^1.4.1",
"@react-native/debugger-frontend": "0.77.0-nightly-20241016-557e3447f",
"@react-native/debugger-frontend": "0.77.0-nightly-20241018-398512a4e",
"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

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