Socket
Socket
Sign inDemoInstall

newman-reporter-aiotests

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newman-reporter-aiotests - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

5

lib/aio-tests-log-results.js
const axios = require('axios');
const aioLogger = require('./aio-tests-logger');
const FormData = require('form-data');
const apiTimeout = 60 * 1000;
const apiTimeout = 90 * 1000;
const chalk = require('chalk');

@@ -21,4 +21,5 @@

aioAPIClient = axios.create({
baseURL: 'https://tcms.aioreports.com/aio-tcms/api/v1',
baseURL: 'https://tcms.aiojiraapps.com/aio-tcms/api/v1',
timeout: apiTimeout,
maxContentLength: 100*1024*1024
});

@@ -25,0 +26,0 @@ aioAPIClient.defaults.headers.common['Authorization'] = `AioAuth ${token}`;

4

package.json
{
"name": "newman-reporter-aiotests",
"version": "1.0.1",
"version": "1.1.0",
"description": "Newman Custom reporter to report results to AIO Tests - Jira",

@@ -22,3 +22,3 @@ "main": "index.js",

"dependencies": {
"axios": "^0.24.0",
"axios": "^1.6.2",
"chalk": "^4.1.2",

@@ -25,0 +25,0 @@ "form-data": "^4.0.0"

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