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

allure-mocha

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-mocha - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

2

dist/MochaAllureReporter.js

@@ -27,4 +27,4 @@ "use strict";

exports.MochaAllureReporter = exports.allure = exports.allureGetter = void 0;
const Mocha = __importStar(require("mocha"));
const allure_js_commons_1 = require("allure-js-commons");
const Mocha = __importStar(require("mocha"));
const AllureReporter_1 = require("./AllureReporter");

@@ -31,0 +31,0 @@ const MochaAllureGateway_1 = require("./MochaAllureGateway");

{
"name": "allure-mocha",
"version": "2.10.0",
"version": "2.11.0",
"description": "Allure Mocha integration",
"keywords": [
"mocha",
"typescript",
"allure"
],
"homepage": "https://allurereport.org/",
"repository": {
"type": "git",
"url": "https://github.com/allure-framework/allure-js.git",
"directory": "packages/allure-mocha"
},
"license": "Apache-2.0",

@@ -11,25 +22,23 @@ "author": {

},
"repository": {
"type": "git",
"url": "https://github.com/allure-framework/allure-js.git",
"directory": "packages/allure-mocha"
},
"keywords": [
"mocha",
"typescript",
"allure"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"runtime.js",
"runtime.d.ts"
],
"scripts": {
"allure-report": "allure serve ./out/allure-results",
"clean": "rimraf ./dist ./out",
"compile": "tsc",
"generate-report": "allure generate ./out/allure-results -o ./out/allure-report --clean",
"allure-report": "allure serve ./out/allure-results",
"test": "ts-node --project test/tsconfig.json test/runner.ts",
"lint": "eslint ./src --ext .ts",
"lint:fix": "eslint ./src --ext .ts --fix"
"lint:fix": "eslint ./src --ext .ts --fix",
"test": "ts-node --project test/tsconfig.json test/runner.ts"
},
"dependencies": {
"allure-js-commons": "2.11.0"
},
"devDependencies": {
"@testdeck/mocha": "0.1.2",
"@testdeck/mocha": "0.3.3",
"@types/chai": "^4.3.6",

@@ -60,13 +69,5 @@ "@types/eslint": "^8",

},
"dependencies": {
"allure-js-commons": "2.10.0"
},
"peerDependencies": {
"mocha": ">=6.2.x"
},
"files": [
"dist",
"runtime.js",
"runtime.d.ts"
]
}
}

@@ -5,3 +5,3 @@ # allure-mocha

<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->
[<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report")

@@ -8,0 +8,0 @@ - Learn more about Allure Report at https://allurereport.org

Sorry, the diff of this file is not supported yet

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