Socket
Socket
Sign inDemoInstall

newman-reporter-html

Package Overview
Dependencies
161
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

lib/index.js

@@ -46,5 +46,6 @@ var fs = require('fs'),

* @param {String=} options.export - Optional custom path to create the HTML report at.
* @param {Object} collectionRunOptions - The set of all the collection run options.
* @returns {*}
*/
PostmanHTMLReporter = function (newman, options) {
PostmanHTMLReporter = function (newman, options, collectionRunOptions) {
handlebars.registerHelper('add', function (addend, augend) {

@@ -163,3 +164,3 @@ return addend + augend;

timestamp: Date(),
version: util.version,
version: collectionRunOptions.newmanVersion,
aggregations: aggregations,

@@ -166,0 +167,0 @@ summary: {

14

package.json
{
"name": "newman-reporter-html",
"version": "1.0.1",
"version": "1.0.2",
"description": "Newman HTML Reporter",

@@ -35,8 +35,8 @@ "homepage": "https://github.com/postmanlabs/newman-reporter-html",

"chai": "4.1.2",
"colors": "1.3.1",
"colors": "1.3.2",
"editorconfig": "0.15.0",
"eslint": "5.3.0",
"eslint-plugin-jsdoc": "3.7.1",
"eslint": "5.4.0",
"eslint-plugin-jsdoc": "3.8.0",
"eslint-plugin-lodash": "2.7.0",
"eslint-plugin-mocha": "5.1.0",
"eslint-plugin-mocha": "5.2.0",
"eslint-plugin-security": "1.4.0",

@@ -46,4 +46,4 @@ "jsdoc": "3.5.5",

"mocha": "5.2.0",
"newman": "4.0.0",
"nyc": "12.0.2",
"newman": "4.1.0",
"nyc": "13.0.1",
"packity": "0.3.2",

@@ -50,0 +50,0 @@ "parse-gitignore": "1.0.1",

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