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.76.3 to 0.76.4

src/GoogleIgnoreListConsumer.js

4

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

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

"invariant": "^2.2.4",
"metro-source-map": "0.76.3",
"metro-source-map": "0.76.4",
"nullthrows": "^1.1.1",

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

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

const { ChromeHeapSnapshotProcessor } = require("./ChromeHeapSnapshot");
const GoogleIgnoreListConsumer = require("./GoogleIgnoreListConsumer");
const SourceMetadataMapConsumer = require("./SourceMetadataMapConsumer");

@@ -411,2 +412,10 @@ const fs = require("fs");

},
get googleIgnoreListConsumer() {
// $FlowFixMe[object-this-reference]
Object.defineProperty(this, "googleIgnoreListConsumer", {
value: new GoogleIgnoreListConsumer(map),
});
// $FlowFixMe[object-this-reference]
return this.googleIgnoreListConsumer;
},
hermesOffsets: map.x_hermes_function_offsets,

@@ -447,2 +456,3 @@ };

name: null,
isIgnored: false,
});

@@ -531,2 +541,3 @@ } else {

}
original.isIgnored = metadata.googleIgnoreListConsumer.isIgnored(original);
return {

@@ -621,2 +632,3 @@ ...original,

functionName: null,
isIgnored: false,
};

@@ -623,0 +635,0 @@ }

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