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.11 to 0.0.12

12

index.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

() => {},
async ({ organizationId, apiKey, version, path }) => {
async ({ organizationId, apiKey, appVersion, path }) => {
console.info(`Starting to upload source maps from ${path}`);

@@ -42,3 +42,3 @@

fileList.map(({ path, name }) =>
uploadFile(organizationId, apiKey, version, path, name)
uploadFile(organizationId, apiKey, appVersion, path, name)
)

@@ -54,4 +54,4 @@ );

})
.option("version", {
alias: "v",
.option("appVersion", {
alias: "av",
type: "string",

@@ -106,3 +106,5 @@ describe: "The current version of your deploy",

// Setting up S3 upload parameters
if (version === null || version === undefined || version === "") {
console.log("version: ", version)
console.log("id: ", organizationId)
if (version === null || version === undefined || version === "" || !version) {
version = "unversioned";

@@ -109,0 +111,0 @@ }

{
"name": "@highlight-run/sourcemap-uploader",
"version": "0.0.11",
"version": "0.0.12",
"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