Socket
Socket
Sign inDemoInstall

metro-symbolicate

Package Overview
Dependencies
Maintainers
2
Versions
86
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.52.0 to 0.53.0

src.real/__tests__/__fixtures__/testfile.attribution.input

20

package.json
{
"name": "metro-symbolicate",
"version": "0.52.0",
"description": "metro-symbolicate",
"main": "src/index.js",
"version": "0.53.0",
"description": "A tool to find the source location from JS bundles and stack traces.",
"license": "MIT",
"main": "./src/symbolicate.js",
"bin": "./src/symbolicate.js",
"repository": {

@@ -14,7 +16,13 @@ "type": "git",

},
"engines": {
"node": ">=8.3"
},
"keywords": [
"metro"
],
"license": "MIT",
"dependencies": {}
}
"dependencies": {
"source-map": "^0.5.6",
"through2": "^2.0.1",
"vlq": "^1.0.0"
}
}
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