Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reportportal-js-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reportportal-js-client - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

lib/report-portal-client.js

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

if (launchDataRQ.tags) {
launchData.attributes = launchDataRQ.tags.map((value) => ({ value }));
launchData.attributes = launchDataRQ.tags
.map((value) => (typeof value === 'string' ? { value } : { ...value }));
}

@@ -163,0 +164,0 @@

{
"name": "reportportal-js-client",
"version": "1.2.0",
"version": "1.2.1",
"description": "ReportPortal client for NodeJS",

@@ -49,5 +49,5 @@ "contributors": [

"lodash": "^4.17.15",
"nock": "^11.4.0",
"nock": "^11.7.0",
"nyc": "^14.1.1"
}
}
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