Socket
Socket
Sign inDemoInstall

newman

Package Overview
Dependencies
114
Maintainers
6
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

9

lib/reporters/cli/index.js

@@ -429,8 +429,13 @@ var _ = require('lodash'),

parseStatistics (stats, timings, transfers, options) {
var summaryTable;
var summaryTable,
style = { head: [] };
if (cliUtils.noTTY(options.color)) {
style.border = [];
}
// create the summary table
summaryTable = new Table({
chars: options.disableUnicode && cliUtils.cliTableTemplateFallback,
style: { head: [] },
style: style,
head: [E, 'executed', ' failed'],

@@ -437,0 +442,0 @@ colAligns: ['right', 'right', 'right'],

{
"name": "newman",
"version": "6.1.1",
"version": "6.1.2",
"description": "Command-line companion utility for Postman",

@@ -51,8 +51,8 @@ "author": "Postman Labs <help@postman.com> (=)",

"mkdirp": "3.0.1",
"postman-collection": "4.3.0",
"postman-collection": "4.4.0",
"postman-collection-transformer": "4.1.8",
"postman-request": "2.88.1-postman.33",
"postman-runtime": "7.36.3",
"postman-runtime": "7.37.1",
"pretty-ms": "7.0.1",
"semver": "7.5.4",
"semver": "7.6.0",
"serialised-error": "1.1.3",

@@ -64,3 +64,3 @@ "word-wrap": "1.2.5",

"@postman/shipit": "^0.4.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"dependency-check": "^4.1.0",

@@ -72,7 +72,7 @@ "dockerfile_lint": "^0.3.4",

"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-security": "^2.1.1",
"js-yaml": "^4.1.0",
"mocha": "^10.2.0",
"nock": "^13.5.1",
"mocha": "^10.3.0",
"nock": "^13.5.4",
"nyc": "^15.1.0",

@@ -79,0 +79,0 @@ "parse-gitignore": "^2.0.0",

@@ -525,3 +525,3 @@ <a href="https://www.postman.com/"><img src="https://assets.getpostman.com/common-share/postman-logo-horizontal-320x132.png" /></a><br />

- [allure](https://github.com/allure-framework/allure-js/tree/master/packages/newman-reporter-allure) -
This reporter allow to create fully-featured allure reports that can allow you to have easy to understand HTML reports with features like historical data, link tests to the JIRA and all other benefits of using [allure framework](https://qameta.io/allure-report/).
This reporter allow to create fully-featured allure reports that can allow you to have easy to understand HTML reports with features like historical data, link tests to the JIRA and all other benefits of using [allure framework](https://allurereport.org/).
- [htmlextra](https://github.com/DannyDainton/newman-reporter-htmlextra) -

@@ -528,0 +528,0 @@ This is an updated version of the standard HTML reporter containing a more in-depth data output and a few helpful extras

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc