Socket
Socket
Sign inDemoInstall

metro-source-map

Package Overview
Dependencies
Maintainers
2
Versions
155
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.80.1 to 0.80.2

6

package.json
{
"name": "metro-source-map",
"version": "0.80.1",
"version": "0.80.2",
"description": "🚇 Source map generator for Metro.",

@@ -18,5 +18,5 @@ "main": "src/source-map.js",

"invariant": "^2.2.4",
"metro-symbolicate": "0.80.1",
"metro-symbolicate": "0.80.2",
"nullthrows": "^1.1.1",
"ob1": "0.80.1",
"ob1": "0.80.2",
"source-map": "^0.5.6",

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

@@ -305,2 +305,4 @@ /**

}
// $FlowFixMe[deprecated-type]
function isAnyCallExpression(node) {

@@ -313,2 +315,4 @@ return (

}
// $FlowFixMe[deprecated-type]
function isAnyMemberExpression(node) {

@@ -321,2 +325,4 @@ return (

}
// $FlowFixMe[deprecated-type]
function isAnyIdentifier(node) {

@@ -323,0 +329,0 @@ return (0, _types.isIdentifier)(node) || (0, _types.isJSXIdentifier)(node);

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