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.73.5 to 0.73.6

10

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

@@ -15,8 +15,8 @@ "main": "src/source-map.js",

"dependencies": {
"@babel/traverse": "^7.14.0",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"invariant": "^2.2.4",
"metro-symbolicate": "0.73.5",
"metro-symbolicate": "0.73.6",
"nullthrows": "^1.1.1",
"ob1": "0.73.5",
"ob1": "0.73.6",
"source-map": "^0.5.6",

@@ -27,5 +27,5 @@ "vlq": "^1.0.0"

"devDependencies": {
"@babel/parser": "^7.14.0",
"@babel/parser": "^7.20.0",
"uglify-es": "^3.1.9"
}
}

@@ -148,2 +148,3 @@ /**

sources: this.sources.slice(),
// $FlowFixMe[exponential-spread]
...content,

@@ -150,0 +151,0 @@ /* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an

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