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

allure-playwright

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-playwright - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

4

dist/helpers.js

@@ -7,6 +7,6 @@ "use strict";

exports.LabelName = exports.allure = void 0;
const crypto_1 = require("crypto");
const test_1 = __importDefault(require("@playwright/test"));
const allure_js_commons_1 = require("allure-js-commons");
const internal_1 = require("allure-js-commons/internal");
const uuid_1 = require("uuid");
class allure {

@@ -20,3 +20,3 @@ static async logStep(name) {

static async attachment(name, content, options) {
const stepName = `allureattach_${(0, uuid_1.v4)()}_${name}`;
const stepName = `allureattach_${(0, crypto_1.randomUUID)()}_${name}`;
const contentType = typeof options === "string" ? options : options.contentType;

@@ -23,0 +23,0 @@ await this.step(stepName, async () => {

{
"name": "allure-playwright",
"version": "2.8.0",
"version": "2.8.1",
"description": "Allure Playwright integration",

@@ -39,3 +39,3 @@ "license": "Apache-2.0",

"dependencies": {
"allure-js-commons": "2.8.0"
"allure-js-commons": "2.8.1"
},

@@ -42,0 +42,0 @@ "files": [

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