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

allure-jasmine

Package Overview
Dependencies
Maintainers
0
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 3.0.0-beta.5 to 3.0.0-beta.6

1

dist/cjs/index.js

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

result.labels.push(...suitesLabels);
result.labels.push(...(0, _reporter.getEnvironmentLabels)());
if (spec.status === "pending" || spec.status === "disabled" || spec.status === "excluded") {

@@ -139,0 +140,0 @@ result.status = _allureJsCommons.Status.SKIPPED;

3

dist/esm/index.js

@@ -15,3 +15,3 @@ var _excluded = ["resultsDir"];

import { isPromise } from "allure-js-commons/sdk";
import { FileSystemWriter, MessageWriter, ReporterRuntime, getSuiteLabels } from "allure-js-commons/sdk/reporter";
import { FileSystemWriter, MessageWriter, ReporterRuntime, getEnvironmentLabels, getSuiteLabels } from "allure-js-commons/sdk/reporter";
import { MessageTestRuntime, setGlobalTestRuntime } from "allure-js-commons/sdk/runtime";

@@ -130,2 +130,3 @@ import { findAnyError, findMessageAboutThrow } from "./utils.js";

result.labels.push(...suitesLabels);
result.labels.push(...getEnvironmentLabels());
if (spec.status === "pending" || spec.status === "disabled" || spec.status === "excluded") {

@@ -132,0 +133,0 @@ result.status = Status.SKIPPED;

{
"name": "allure-jasmine",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "Allure Jasmine integration",

@@ -43,3 +43,3 @@ "homepage": "https://allurereport.org/",

"dependencies": {
"allure-js-commons": "3.0.0-beta.5"
"allure-js-commons": "3.0.0-beta.6"
},

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

"allure-commandline": "^2.29.0",
"allure-vitest": "3.0.0-beta.5",
"allure-vitest": "3.0.0-beta.6",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -69,9 +69,16 @@ "eslint": "^8.57.0",

"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine": "^3.4.0",
"jasmine": "^5.1.0",
"npm-run-all2": "^6.1.2",
"rimraf": "^5.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"jasmine": ">=2.7.0"
},
"peerDependenciesMeta": {
"jasmine": {
"optional": true
}
}
}

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