New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@highlight-run/sourcemap-uploader

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-run/sourcemap-uploader - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

7

index.js

@@ -103,8 +103,7 @@ #!/usr/bin/env node

// Setting up S3 upload parameters
var bucketPath;
if (version === null || version === undefined || version === "") {
bucketPath = `${organizationId}/${fileName}`;
} else {
bucketPath = `${organizationId}/${version}/${fileName}`;
version = "unversioned";
}
const bucketPath = `${organizationId}/${version}/${fileName}`;
const params = {

@@ -111,0 +110,0 @@ Bucket: BUCKET_NAME,

{
"name": "@highlight-run/sourcemap-uploader",
"version": "0.0.9",
"version": "0.0.10",
"description": "Command line tool to upload source maps to Highlight",

@@ -5,0 +5,0 @@ "main": "index.js",

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