Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
14
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.9 to 0.3.10

3

dist/utils.js

@@ -5,2 +5,3 @@ "use strict";

const allure_js_commons_1 = require("allure-js-commons");
const dateNow = Date.now;
const stripAnsi = require('strip-ansi');

@@ -11,3 +12,3 @@ function addZero(num, digits = 2) {

exports.dateStr = (isFileName = false) => {
const date = new Date(Date.now());
const date = new Date(dateNow());
return (date.getFullYear() +

@@ -14,0 +15,0 @@ '-' +

{
"name": "jest-allure2-adapter",
"version": "0.3.9",
"version": "0.3.10",
"description": "Allure 2 Adapter for jest",

@@ -5,0 +5,0 @@ "main": "./dist/index",

@@ -295,2 +295,6 @@ # Jest-Allure-2 reporting plugin

#### 0.3.9:
- added start and stop time to startTest, endTest
#### 0.3.8:

@@ -297,0 +301,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc