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

@react-native-community/cli-server-api

Package Overview
Dependencies
Maintainers
30
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-server-api - npm Package Compare versions

Comparing version 12.0.0-alpha.9 to 12.0.0-alpha.10

6

build/statusPageMiddleware.js

@@ -19,8 +19,6 @@ "use strict";

function statusPageMiddleware(_req, res) {
res.end(JSON.stringify({
status: 'running',
root: process.cwd()
}));
res.setHeader('Project-Root', process.cwd());
res.end('packager-status:running');
}
//# sourceMappingURL=statusPageMiddleware.ts.map
{
"name": "@react-native-community/cli-server-api",
"version": "12.0.0-alpha.9",
"version": "12.0.0-alpha.10",
"license": "MIT",

@@ -10,4 +10,4 @@ "main": "build/index.js",

"dependencies": {
"@react-native-community/cli-debugger-ui": "12.0.0-alpha.9",
"@react-native-community/cli-tools": "12.0.0-alpha.9",
"@react-native-community/cli-debugger-ui": "12.0.0-alpha.10",
"@react-native-community/cli-tools": "12.0.0-alpha.10",
"compression": "^1.7.1",

@@ -37,3 +37,3 @@ "connect": "^3.6.5",

},
"gitHead": "f621ae435259b66f1c02fe0ff480fd6bbdaad4b4"
"gitHead": "bd496c42d7a5c2c993504a32bed8e266a135ff44"
}

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