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

chrome-profile-sourcemap-resolver

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-profile-sourcemap-resolver - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "chrome-profile-sourcemap-resolver",
"version": "1.0.1",
"version": "1.0.2",
"description": "Apply sourcemaps for a recorded chrome profile",

@@ -5,0 +5,0 @@ "scripts": {

# chrome-profile-sourcemap-resolver
CLI to apply sourcemaps for a recorded chrome profile
The google performance profiler is an incredible powerfull tool for perfroamnce debugging.
Unfortunately - at least as of today - it does not support sourcemaps.
As a quickfix the `chrome-profile-sourcemap-resolver` allows to convert a raw `profile.json` and tries to resolves sourcemap for all stacktraces.
![Before and After example](https://github.com/jantimon/chrome-profile-sourcemap-resolver/raw/main/conversion.png)
Usage:
```
npx chrome-profile-sourcemap-resolver profile.json -o profileMap.json
```
npx chrome-profile-sourcemap-resolver profile.json
```s

Sorry, the diff of this file is too big to display

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