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

reportportal-client

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reportportal-client - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

2

lib/report-portal-client.js

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

const realParentId = this.map[parentTempId].realId;
url += `/${realParentId}`;
url += `${realParentId}`;
}

@@ -359,0 +359,0 @@ testItemData.launch_id = realLaunchId;

{
"name": "reportportal-client",
"version": "5.2.2",
"version": "5.2.3",
"description": "ReportPortal client for node.js",

@@ -28,6 +28,6 @@ "contributors": [

"dependencies": {
"axios": "0.18.0",
"axios-retry": "3.1.2",
"glob": "^7.1.3",
"uniqid": "5.0.3"
"axios": "^0.18.1",
"axios-retry": "^3.1.2",
"glob": "^7.1.4",
"uniqid": "^5.0.3"
},

@@ -41,12 +41,12 @@ "license": "GPL-3.0",

"devDependencies": {
"codecov": "3.1.0",
"eslint": "^5.15.3",
"codecov": "3.5.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "8.0.1",
"jasmine": "2.6.0",
"lodash": "4.17.11",
"nock": "10.0.6",
"nyc": "13.3.0"
"eslint-plugin-import": "^2.17.0",
"eslint-plugin-node": "^8.0.1",
"jasmine": "^2.6.0",
"lodash": "^4.17.11",
"nock": "^10.0.6",
"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