New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

allure-playwright

Package Overview
Dependencies
Maintainers
3
Versions
65
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.11.1 to 2.11.3

3

dist/index.js

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

const internal_1 = require("allure-js-commons/internal");
const utils_1 = require("./utils");
const diffEndRegexp = /-((expected)|(diff)|(actual))\.png$/;

@@ -55,3 +54,3 @@ const stepAttachRegexp = /^allureattach_(\w{8}-\w{4}-\w{4}-\w{4}-\w{12})_/i;

const group = this.ensureAllureGroupCreated(suite);
const titleMetadata = (0, utils_1.extractMetadataFromString)(test.title);
const titleMetadata = (0, allure_js_commons_1.extractMetadataFromString)(test.title);
const allureTest = group.startTest(titleMetadata.cleanTitle);

@@ -58,0 +57,0 @@ allureTest.addLabel(allure_js_commons_1.LabelName.LANGUAGE, "JavaScript");

{
"name": "allure-playwright",
"version": "2.11.1",
"version": "2.11.3",
"description": "Allure Playwright integration",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"allure-js-commons": "2.11.1"
"allure-js-commons": "2.11.3"
},

@@ -49,3 +49,3 @@ "devDependencies": {

"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-no-null": "^1.0.2",

@@ -52,0 +52,0 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

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