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
20
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.2.0 to 0.2.1

13

build/middleware/createJsInspectorMiddleware.js

@@ -70,3 +70,14 @@ "use strict";

} else if (req.method === 'POST' || req.method === 'PUT') {
(0, _JsInspector().openJsInspector)(app);
try {
await (0, _JsInspector().openJsInspector)(app);
} catch (error) {
var _error$message;
// abort(Error: Command failed: osascript -e POSIX path of (path to application "google chrome")
// 15:50: execution error: Google Chrome got an error: Application isn’t running. (-600)
console.error(_chalk().default.red('Error launching JS inspector: ' + ((_error$message = error === null || error === void 0 ? void 0 : error.message) !== null && _error$message !== void 0 ? _error$message : 'Unknown error occurred')));
res.writeHead(500);
res.end();
return;
}
res.end();

@@ -73,0 +84,0 @@ } else {

4

package.json
{
"name": "@expo/dev-server",
"version": "0.2.0",
"version": "0.2.1",
"description": "Development servers for starting React Native projects",

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

},
"gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
"gitHead": "1f8a6a09570fd451378565ca34933018ce48454e"
}

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