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.5 to 1.1.0

cli.mjs

11

package.json
{
"name": "chrome-profile-sourcemap-resolver",
"version": "1.0.5",
"version": "1.1.0",
"description": "Apply sourcemaps for a recorded chrome profile",
"homepage": "https://github.com/jantimon/chrome-profile-sourcemap-resolver#readme",
"scripts": {
"build": "ncc build src/index.js -o dist/"
"build": "rimraf dist/ && ncc build src/index.mjs -o dist/"
},
"type": "module",
"main": "dist/index.mjs",
"files": [
"cli.js",
"cli.mjs",
"dist/"
],
"bin": {
"chrome-profile-sourcemap-resolver": "./cli.js"
"chrome-profile-sourcemap-resolver": "./cli.mjs"
},

@@ -26,2 +28,3 @@ "keywords": [

"node-fetch": "^2.6.5",
"rimraf": "^3.0.2",
"source-map": "^0.7.3",

@@ -28,0 +31,0 @@ "source-map-resolve": "^0.6.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