chrome-profile-sourcemap-resolver
Advanced tools
Comparing version 1.0.5 to 1.1.0
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
547980
6
8154
3
13
Yes
7