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

@reportportal/client-javascript

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reportportal/client-javascript - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

8

lib/report-portal-client.js

@@ -335,3 +335,4 @@ /* eslint-disable quotes,no-console,class-methods-use-this */

});
const launchSearchUrl = `launch?${params.toString()}`;
const launchSearchUrl = this.config.mode === 'DEBUG' ?
`launch/mode?${params.toString()}` : `launch?${params.toString()}`;
this.logDebug(`Find launches with UUIDs to merge: ${launchUUIds}`);

@@ -357,4 +358,7 @@ return this.restClient

})
.then(() => {
.then((response) => {
this.logDebug(`Launches with UUIDs: ${launchUUIds} were successfully merged!`);
if (this.config.launchUuidPrint) {
this.config.launchUuidPrintOutput(response.uuid);
}
})

@@ -361,0 +365,0 @@ .catch((error) => {

{
"name": "@reportportal/client-javascript",
"version": "5.1.3",
"version": "5.1.4",
"description": "ReportPortal client for Node.js",

@@ -5,0 +5,0 @@ "author": "ReportPortal.io",

Sorry, the diff of this file is not supported yet

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