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.52.0 to 0.53.0

src/cli.js

11

package.json
{
"name": "metro-inspector-proxy",
"version": "0.52.0",
"version": "0.53.0",
"description": "metro-inspector-proxy",
"main": "src/index.js",
"bin": "src/cli.js",
"repository": {

@@ -18,3 +19,9 @@ "type": "git",

"license": "MIT",
"dependencies": {}
"dependencies": {
"chalk": "^2.4.1",
"connect": "^3.6.5",
"rxjs": "^5.4.3",
"ws": "^1.1.5",
"yargs": "^9.0.0"
}
}

@@ -11,1 +11,7 @@ /**

"use strict";
const InspectorProxy = require("./InspectorProxy");
module.exports = {
InspectorProxy
};

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