Socket
Socket
Sign inDemoInstall

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.76.8 to 0.76.9

2

package.json
{
"name": "metro-inspector-proxy",
"version": "0.76.8",
"version": "0.76.9",
"description": "🚇 Inspector proxy for React Native and dev tools integration.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,3 +8,7 @@ "use strict";

function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
return obj && obj.__esModule
? obj
: {
default: obj,
};
}

@@ -24,3 +28,5 @@ function _getRequireWildcardCache(nodeInterop) {

if (obj === null || (typeof obj !== "object" && typeof obj !== "function")) {
return { default: obj };
return {
default: obj,
};
}

@@ -27,0 +33,0 @@ var cache = _getRequireWildcardCache(nodeInterop);

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