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

metro-source-map

Package Overview
Dependencies
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-source-map - npm Package Compare versions

Comparing version 0.57.0 to 0.58.0

6

package.json
{
"version": "0.57.0",
"version": "0.58.0",
"name": "metro-source-map",

@@ -18,4 +18,4 @@ "description": "🚇 Source map generator for Metro.",

"invariant": "^2.2.4",
"metro-symbolicate": "0.57.0",
"ob1": "0.57.0",
"metro-symbolicate": "0.58.0",
"ob1": "0.58.0",
"source-map": "^0.5.6",

@@ -22,0 +22,0 @@ "vlq": "^1.0.0"

@@ -62,2 +62,8 @@ /**

);
const function_offsets = maps[maps.length - 1].x_hermes_function_offsets;
if (function_offsets) {
composedMap.x_hermes_function_offsets = function_offsets;
}
return composedMap;

@@ -64,0 +70,0 @@ }

@@ -179,2 +179,5 @@ /**

}
/* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.111 was deployed. To see the error, delete this
* comment and run Flow. */

@@ -181,0 +184,0 @@ return _objectSpread(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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