Socket
Socket
Sign inDemoInstall

newman

Package Overview
Dependencies
106
Maintainers
5
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.3.1

30

package.json
{
"name": "newman",
"version": "5.3.0",
"version": "5.3.1",
"description": "Command-line companion utility for Postman",

@@ -42,6 +42,6 @@ "homepage": "https://github.com/postmanlabs/newman",

"dependencies": {
"async": "3.2.1",
"chardet": "1.3.0",
"cli-progress": "3.9.0",
"cli-table3": "0.6.0",
"async": "3.2.3",
"chardet": "1.4.0",
"cli-progress": "3.10.0",
"cli-table3": "0.6.1",
"colors": "1.4.0",

@@ -51,9 +51,9 @@ "commander": "7.2.0",

"eventemitter3": "4.0.7",
"filesize": "8.0.0",
"filesize": "8.0.6",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"postman-collection": "4.1.0",
"postman-collection-transformer": "4.1.3",
"postman-request": "2.88.1-postman.30",
"postman-runtime": "7.28.4",
"postman-collection": "4.1.1",
"postman-collection-transformer": "4.1.4",
"postman-request": "2.88.1-postman.31",
"postman-runtime": "7.29.0",
"pretty-ms": "7.0.1",

@@ -77,7 +77,7 @@ "semver": "7.3.5",

"jsdoc": "^3.6.7",
"jsdoc-to-markdown": "^7.0.0",
"mocha": "^9.1.1",
"nock": "^13.1.3",
"jsdoc-to-markdown": "^7.1.0",
"mocha": "^9.1.3",
"nock": "^13.2.1",
"nyc": "^15.1.0",
"packity": "^0.3.2",
"packity": "^0.3.3",
"parse-gitignore": "^1.0.1",

@@ -87,3 +87,3 @@ "postman-jsdoc-theme": "^0.0.3",

"server-destroy": "^1.0.1",
"shelljs": "^0.8.4",
"shelljs": "^0.8.5",
"sinon": "^11.1.2",

@@ -90,0 +90,0 @@ "xml2js": "^0.4.23"

@@ -610,3 +610,3 @@ ### Newman v5 has been released. Check the [migration guide](MIGRATION.md#migrating-from-v4-to-v5) and [changelog](https://github.com/postmanlabs/newman/blob/v5.0.0/CHANGELOG.yaml#L1) for more details.

1 [Generate an API key](https://app.getpostman.com/dashboard/integrations)<br/>
1 [Generate an API key](https://learning.postman.com/docs/developer/intro-api/#generating-a-postman-api-key)<br/>
2 Fetch a list of your collections from: `https://api.getpostman.com/collections?apikey=$apiKey`<br/>

@@ -613,0 +613,0 @@ 3 Get the collection link via it's `uid`: `https://api.getpostman.com/collections/$uid?apikey=$apiKey`<br/>

Sorry, the diff of this file is not supported yet

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