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

allure-cucumberjs

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-cucumberjs - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

16

package.json
{
"name": "allure-cucumberjs",
"version": "3.0.6",
"version": "3.0.7",
"description": "Allure Cucumber.JS integration",

@@ -30,10 +30,10 @@ "keywords": [

".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
"require": "./dist/cjs/index.js"
},
"./reporter": {
"types": "./dist/types/reporter.d.ts",
"import": "./dist/esm/reporter.js",
"require": "./dist/cjs/reporter.js",
"types": "./dist/types/reporter.d.ts"
"require": "./dist/cjs/reporter.js"
}

@@ -61,3 +61,3 @@ },

"dependencies": {
"allure-js-commons": "3.0.6"
"allure-js-commons": "3.0.7"
},

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

"allure-commandline": "^2.29.0",
"allure-vitest": "3.0.6",
"allure-vitest": "3.0.7",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -93,3 +93,3 @@ "eslint": "^8.57.0",

"typescript": "^5.2.2",
"vitest": "^1.6.0"
"vitest": "^2.1.5"
},

@@ -96,0 +96,0 @@ "peerDependencies": {

@@ -53,3 +53,3 @@ # allure-cucumberjs

IYou may select another location, or further customize the formatter's behavior with [the configuration options](https://allurereport.org/docs/cucumberjs-configuration/).
You may select another location, or further customize the formatter's behavior with [the configuration options](https://allurereport.org/docs/cucumberjs-configuration/).

@@ -56,0 +56,0 @@ ### View the report

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