Socket
Socket
Sign inDemoInstall

testrail-jest-reporter

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testrail-jest-reporter - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v1.1.7 / 2024-04-08
==================
* Added Node 18 && 20 version supports
v1.1.6 / 2024-04-08

@@ -2,0 +7,0 @@ ==================

4

package.json
{
"name": "testrail-jest-reporter",
"version": "1.1.6",
"version": "1.1.7",
"description": "Custom Jest reporter for Testrail synchronization",

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

"devDependencies": {
"faker": "^5.1.0",
"faker": "5.5.3",
"jest": "^26.6.3"

@@ -54,0 +54,0 @@ },

@@ -115,7 +115,7 @@ const faker = require('faker'), Utils = require('../src/utils');

function index() {
return faker.random.number(20);
return faker.datatype.number(20);
}
function duration() {
return faker.random.number({min: 100, max: 99999});
return faker.datatype.number({min: 100, max: 99999});
}

@@ -255,3 +255,3 @@

function _tr_entry(options) {
const _id = faker.random.uuid();
const _id = faker.datatype.uuid();
const _name = faker.random.words();

@@ -258,0 +258,0 @@ const len = options.runs_count || faker.random.arrayElement([1,2]);

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc