New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@expo/dev-server

Package Overview
Dependencies
Maintainers
23
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/dev-server - npm Package Compare versions

Comparing version 0.1.112 to 0.1.113

2

build/JsInspector.js

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

const urlBase = `https://chrome-devtools-frontend.appspot.com/serve_rev/@${devtoolsFrontendRev}/inspector.html`;
const ws = app.webSocketDebuggerUrl.replace('ws://[::]:', 'localhost:');
const ws = app.webSocketDebuggerUrl.replace(/^ws:\/\//, '');
const url = `${urlBase}?panel=sources&v8only=true&ws=${encodeURIComponent(ws)}`;

@@ -50,0 +50,0 @@ launchChromiumAsync(url);

{
"name": "@expo/dev-server",
"version": "0.1.112",
"version": "0.1.113",
"description": "Development servers for starting React Native projects",

@@ -39,3 +39,3 @@ "main": "build/MetroDevServer.js",

"@expo/bunyan": "4.0.0",
"@expo/metro-config": "0.3.17",
"@expo/metro-config": "0.3.18",
"@expo/osascript": "2.0.33",

@@ -42,0 +42,0 @@ "body-parser": "1.19.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