@highlight-run/sourcemap-uploader
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -13,5 +13,6 @@ #!/usr/bin/env node | ||
// These secrets are for the "S3SourceMapUploaderTest" role. | ||
const s3 = new AWS.S3({ | ||
accessKeyId: process.env.AWS_ACCESS_KEY_ID, | ||
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY, | ||
accessKeyId: "AKIASRAMI2JGSNAT247I", | ||
secretAccessKey: "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", | ||
}); | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "@highlight-run/sourcemap-uploader", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Command line tool to upload source maps to Highlight", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
3689
113
2