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

metro-inspector-proxy

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-inspector-proxy - npm Package Compare versions

Comparing version 0.57.0 to 0.58.0

4

package.json
{
"name": "metro-inspector-proxy",
"version": "0.57.0",
"version": "0.58.0",
"description": "metro-inspector-proxy",

@@ -24,4 +24,4 @@ "main": "src/index.js",

"ws": "^1.1.5",
"yargs": "^9.0.0"
"yargs": "^14.2.0"
}
}

@@ -391,3 +391,21 @@ /**

})
);
); // The VM starts in a paused mode. Ask it to resume.
// Note that if setting breakpoints in early initialization functions,
// there's a currently race condition between these functions executing
// and Chrome re-applying the breakpoints due to the message above.
//
// This is not an issue in VSCode/Nuclide where the IDE knows to resume
// at its convenience.
this._sendMessageToDevice({
event: "wrappedEvent",
payload: {
pageId: this._getPageId(debuggerInfo.pageId),
wrappedEvent: JSON.stringify({
method: "Debugger.resume",
id: 0
})
}
});
this._isReloading = false;

@@ -423,3 +441,3 @@ }

payload.params.urlRegex = params.urlRegex.replace(
"localhost",
/localhost/g,
debuggerInfo.originalSourceURLAddress

@@ -426,0 +444,0 @@ );

@@ -188,3 +188,3 @@ /**

"chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=" +
debuggerUrl;
encodeURIComponent(debuggerUrl);
return {

@@ -191,0 +191,0 @@ id: `${deviceId}-${page.id}`,

Sorry, the diff of this file is not supported yet

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