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

@decathlon/newman-reporter-pullrequest-decorator

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decathlon/newman-reporter-pullrequest-decorator - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### 0.0.11 (2021-07-04)
### 0.0.10 (2021-07-03)

@@ -7,0 +9,0 @@

@@ -125,2 +125,3 @@ /* eslint-disable no-console */

});
console.log(`[+] Finished collection: ${this.options.collectionName}`);
}

@@ -127,0 +128,0 @@ }

7

lib/utils.js

@@ -31,8 +31,3 @@ const HEADER_STARTING_NUMBER = 2;

}
if (status === 'FAIL') {
return `${status} :x:`;
}
return 'N/A';
return `${status} :x:`;
};

@@ -39,0 +34,0 @@

{
"name": "@decathlon/newman-reporter-pullrequest-decorator",
"license": "Apache-2.0",
"version": "0.0.10",
"version": "0.0.11",
"description": "Newman reporter allowing to decorate Github's PullRequest with postman collection results",

@@ -6,0 +6,0 @@ "main": "index.js",

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