🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@react-native/debugger-shell

Package Overview
Dependencies
Maintainers
2
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/debugger-shell - npm Package Compare versions

Comparing version
0.88.0-nightly-20260721-7bb31ff7b
to
0.88.0-nightly-20260722-eb4d3892a
+1
-1
dist/electron/index.js

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

const pkg = require("../../package.json");
const util = require("util");
const util = require("node:util");
const { app } = require("electron");

@@ -11,0 +11,0 @@ app.setName(pkg.productName ?? pkg.name);

@@ -8,4 +8,4 @@ "use strict";

}
const path = require("path");
const util = require("util");
const path = require("node:path");
const util = require("node:util");
const { BrowserWindow, app, shell, ipcMain } = require("electron");

@@ -12,0 +12,0 @@ const appSettings = new _SettingsStore.default();

@@ -8,4 +8,4 @@ "use strict";

const { app } = require("electron");
const fs = require("fs");
const path = require("path");
const fs = require("node:fs");
const path = require("node:path");
class SettingsStore {

@@ -12,0 +12,0 @@ #defaultValues = {};

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

const debug = require("debug")("Metro:DebuggerShell");
const path = require("path");
const path = require("node:path");
const DEVTOOLS_BINARY_DOTSLASH_FILE = path.join(

@@ -15,0 +15,0 @@ __dirname,

{
"name": "@react-native/debugger-shell",
"productName": "React Native DevTools",
"version": "0.88.0-nightly-20260721-7bb31ff7b",
"version": "0.88.0-nightly-20260722-eb4d3892a",
"description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",

@@ -6,0 +6,0 @@ "keywords": [