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 2.0.0 to 2.1.0

2

lib/report-portal-client.js

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

/**

@@ -285,3 +284,2 @@ * Update launch.

/**

@@ -288,0 +286,0 @@ * If there is no parentItemId starts Suite, else starts test or item.

26

package.json
{
"name": "reportportal-js-client",
"version": "2.0.0",
"version": "2.1.0",
"description": "ReportPortal client for NodeJS",

@@ -29,8 +29,8 @@ "contributors": [

"engines": {
"node": ">= 8.0.x"
"node": ">= 12.0.x"
},
"dependencies": {
"axios": "0.19.2",
"axios-retry": "3.1.2",
"uniqid": "5.0.3"
"axios": "^0.20.0",
"axios-retry": "^3.1.8",
"uniqid": "^5.2.0"
},

@@ -44,11 +44,11 @@ "license": "Apache-2.0",

"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^10.0.0",
"jasmine": "^3.5.0",
"lodash": "^4.17.15",
"nock": "^11.7.0",
"nyc": "^14.1.1"
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"jasmine": "^3.6.1",
"lodash": "^4.17.20",
"nock": "^13.0.4",
"nyc": "^15.1.0"
}
}

@@ -162,3 +162,2 @@ const nock = require('nock');

restClient.update('users/1', newUserInfo, noOptions).catch((error) => {

@@ -165,0 +164,0 @@ expect(error instanceof Error).toBeTruthy();

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