fast-sourcemap-concat
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -435,3 +435,4 @@ 'use strict'; | ||
if (process.env.CONCAT_STATS) { | ||
let outputPath = process.cwd() + '/concat-stats-for/' + sourceMap.id + '-' + path.basename(sourceMap.outputFile) + '.json'; | ||
let concatStatsPath = process.env.CONCAT_STATS_PATH || `${process.cwd()}/concat-stats-for`; | ||
let outputPath = path.join(concatStatsPath, `${sourceMap.id}-${path.basename(sourceMap.outputFile)}.json`); | ||
@@ -438,0 +439,0 @@ sourceMap.writeConcatStatsSync( |
{ | ||
"name": "fast-sourcemap-concat", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Concatenate files while generating or propagating sourcemaps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
20265
548
4