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

allure-jasmine

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-jasmine - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

2

dist/src/JasmineAllureReporter.js

@@ -290,3 +290,3 @@ "use strict";

get currentExecutable() {
return (this.reporter.currentStep || this.reporter.currentExecutable || this.reporter.currentTest);
return this.reporter.currentStep || this.reporter.currentExecutable || this.reporter.currentTest;
}

@@ -293,0 +293,0 @@ get currentTest() {

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

@@ -11,14 +17,12 @@ "author": {

},
"repository": {
"type": "git",
"url": "https://github.com/allure-framework/allure-js.git",
"directory": "packages/allure-jasmine"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf ./dist ./out",
"compile": "tsc",
"lint": "eslint ./src ./index.ts --ext .ts",
"lint:fix": "eslint ./src ./index.ts --ext .ts --fix",
"compile": "tsc",
"runTest": "tsc -p tsconfig-tests.json && yarn run jasmine ./dist-tests/test/*.js",

@@ -28,2 +32,5 @@ "runTestDebug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/jasmine ./dist/test/*.js",

},
"dependencies": {
"allure-js-commons": "2.11.0"
},
"devDependencies": {

@@ -44,9 +51,3 @@ "@types/eslint": "^8",

"typescript": "^5.2.2"
},
"dependencies": {
"allure-js-commons": "2.10.0"
},
"files": [
"dist"
]
}
}

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

<!--<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

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