@react-native/debugger-shell
Advanced tools
@@ -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, |
+1
-1
| { | ||
| "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": [ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
893872
0