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

metro-symbolicate

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-symbolicate - npm Package Compare versions

Comparing version 0.71.0 to 0.71.1

4

package.json
{
"name": "metro-symbolicate",
"version": "0.71.0",
"version": "0.71.1",
"description": "🚇 A tool to find the source location from JS bundles and stack traces.",

@@ -24,3 +24,3 @@ "license": "MIT",

"invariant": "^2.2.4",
"metro-source-map": "0.71.0",
"metro-source-map": "0.71.1",
"nullthrows": "^1.1.1",

@@ -27,0 +27,0 @@ "source-map": "^0.5.6",

@@ -50,3 +50,3 @@ /**

async function main(
argvInput = process.argv.slice(2),
argvInput = process.argv.slice(2), // prettier-ignore
{ stdin, stderr, stdout } = process

@@ -53,0 +53,0 @@ ) {

@@ -53,2 +53,3 @@ "use strict";

if (options.nameSource != null) {
// $FlowFixMe[cannot-write]
this.options.nameSource = options.nameSource;

@@ -419,2 +420,3 @@ }

for (const key of Object.keys(sourceMapJson.x_facebook_segments)) {
// $FlowFixMe[incompatible-use]
const map = sourceMapJson.x_facebook_segments[key];

@@ -421,0 +423,0 @@ segments[key] = this._initSegment(map);

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