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

@reportportal/newman-reporter-agent-js-postman

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reportportal/newman-reporter-agent-js-postman - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

7

CHANGELOG.md
## [5.0.2] - 2021-06-23
### Updated
- `@reportportal/client-javascript` version to the latest
### Added
- `restClientConfig` configuration property support (more details in [client-javascript](https://github.com/reportportal/client-javascript))
## [5.0.1] - 2021-05-18

@@ -3,0 +10,0 @@ ### Fixed

3

lib/utils.js

@@ -120,3 +120,4 @@ /*

debug: options.debug || options.reportportalAgentJsPostmanDebug,
mode: options.mode || options.reportportalAgentJsPostmanMode
mode: options.mode || options.reportportalAgentJsPostmanMode,
restClientConfig: options.restClientConfig
};

@@ -123,0 +124,0 @@ },

{
"name": "@reportportal/newman-reporter-agent-js-postman",
"version": "5.0.1",
"version": "5.0.2",
"description": "ReportPortal reporter for newman",

@@ -32,3 +32,3 @@ "keywords": [

"dependencies": {
"@reportportal/client-javascript": "^5.0.4",
"@reportportal/client-javascript": "^5.0.5",
"lodash": "^4.17.15",

@@ -35,0 +35,0 @@ "string_decoder": "^1.2.0"

@@ -91,3 +91,4 @@ # @reportportal/agent-js-postman

| debug | Determines whether newman's run should be logged in details. |
| mode | Launch mode. Allowable values *DEFAULT* (by default) or *DEBUG*. |
| mode | Launch mode. Allowable values *DEFAULT* (by default) or *DEBUG*.
| restClientConfig | The object with `agent` property for configure [http(s)](https://nodejs.org/api/https.html#https_https_request_url_options_callback) client, may contain other client options eg. `timeout`. |

@@ -94,0 +95,0 @@ ### Report static attributes

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