Socket
Socket
Sign inDemoInstall

newman-reporter-html

Package Overview
Dependencies
4
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

29

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

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

"dependencies": {
"filesize": "4.1.2",
"handlebars": "4.1.2",
"lodash": "4.17.11",
"filesize": "5.0.3",
"handlebars": "4.4.3",
"lodash": "4.17.15",
"pretty-ms": "5.0.0"
},
"devDependencies": {
"async": "2.6.2",
"async": "3.1.0",
"chai": "4.2.0",
"colors": "1.3.3",
"colors": "1.4.0",
"editorconfig": "0.15.3",
"eslint": "5.16.0",
"eslint-plugin-jsdoc": "4.8.3",
"eslint-plugin-lodash": "5.1.0",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-lodash": "6.0.0",
"eslint-plugin-mocha": "6.2.0",
"eslint-plugin-security": "1.4.0",
"jsdoc": "3.5.5",
"jsdoc-to-markdown": "4.0.1",
"mocha": "6.1.4",
"newman": "4.4.1",
"nyc": "14.1.0",
"jsdoc": "3.6.3",
"jsdoc-to-markdown": "5.0.2",
"mocha": "6.2.1",
"newman": "4.5.5",
"nyc": "14.1.1",
"packity": "0.3.2",

@@ -64,5 +64,6 @@ "parse-gitignore": "1.0.1",

"cli-table3",
"csv-parse"
"csv-parse",
"eslint-plugin-jsdoc"
]
}
}

@@ -54,3 +54,5 @@ /**

it('should ignore applicable dependencies for GreenKeeper pull requests', function () {
expect(json.greenkeeper).to.eql({ ignore: ['cli-progress', 'cli-table3', 'csv-parse'] });
expect(json.greenkeeper).to.eql({
ignore: ['cli-progress', 'cli-table3', 'csv-parse', 'eslint-plugin-jsdoc']
});
});

@@ -57,0 +59,0 @@

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