metro-symbolicate
Advanced tools
Comparing version 0.71.0 to 0.71.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
119779
11
1598
1
+ Addedmetro-source-map@0.71.1(transitive)
+ Addedob1@0.71.1(transitive)
- Removedmetro-source-map@0.71.0(transitive)
- Removedob1@0.71.0(transitive)
Updatedmetro-source-map@0.71.1