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
71
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.0.0-beta.11 to 2.0.0-beta.12

4

dist/src/JasmineAllureReporter.js

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

}
if (allure_js_commons_1.isPromise(ret)) {
if ((0, allure_js_commons_1.isPromise)(ret)) {
ret

@@ -252,3 +252,3 @@ .then(() => {

}
if (allure_js_commons_1.isPromise(result)) {
if ((0, allure_js_commons_1.isPromise)(result)) {
const promise = result;

@@ -255,0 +255,0 @@ return promise

@@ -189,3 +189,3 @@ Apache License

Copyright 2019 Qameta Software
Copyright 2019-2021 Qameta Software

@@ -192,0 +192,0 @@ Licensed under the Apache License, Version 2.0 (the "License");

{
"name": "allure-jasmine",
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.12",
"description": "Allure Jasmine integration",

@@ -15,15 +15,17 @@ "license": "Apache-2.0",

"compile": "tsc",
"build": "npm run lint && npm run compile",
"prepublishOnly": "npm run clean && npm run build",
"generate-report": "allure generate ./out/allure-results -o ./out/allure-report --clean",
"runTest": "jasmine ./dist/test/*.js",
"runTest": "tsc -p tsconfig-tests.json && yarn run jasmine ./dist-tests/test/*.js",
"runTestDebug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/jasmine ./dist/test/*.js",
"test": "rimraf ./out ; npm run runTest ; npm run generate-report"
"test": "rimraf ./out ; yarn run runTest ; yarn run generate-report"
},
"devDependencies": {
"@types/jasmine": "^3.3.12",
"jasmine": "^3.4.0"
"eslint": "^7.32.0",
"jasmine": "^3.4.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
},
"dependencies": {
"allure-js-commons": "^2.0.0-beta.11"
"allure-js-commons": "2.0.0-beta.12"
},

@@ -50,3 +52,6 @@ "nyc": {

},
"gitHead": "b4fbc98075d36c9e62f7950b12086fc78266be11"
}
"files": [
"dist"
],
"stableVersion": "2.0.0-beta.11"
}

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