Socket
Socket
Sign inDemoInstall

@cucumber/cucumber

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/cucumber - npm Package Compare versions

Comparing version 8.5.0 to 8.5.1

lib/formatter/helpers/duration_helpers.d.ts

4

lib/formatter/json_formatter.js

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

const step_arguments_1 = require("../step_arguments");
const duration_helpers_1 = require("./helpers/duration_helpers");
const { getGherkinStepMap, getGherkinScenarioMap } = helpers_1.GherkinDocumentParser;

@@ -188,4 +189,3 @@ const { getScenarioDescription, getPickleStepMap, getStepKeyword } = helpers_1.PickleParser;

if ((0, value_checker_1.doesHaveValue)(testStepResult.duration)) {
data.result.duration =
messages.TimeConversion.durationToMilliseconds(testStepResult.duration) * 1000000;
data.result.duration = (0, duration_helpers_1.durationToNanoseconds)(testStepResult.duration);
}

@@ -192,0 +192,0 @@ if (status === messages.TestStepResultStatus.FAILED &&

@@ -1,1 +0,1 @@

export declare const version = "8.5.0";
export declare const version = "8.5.1";

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

// Generated by genversion.
exports.version = '8.5.0';
exports.version = '8.5.1';
//# sourceMappingURL=version.js.map

@@ -11,3 +11,3 @@ {

],
"version": "8.5.0",
"version": "8.5.1",
"homepage": "https://github.com/cucumber/cucumber-js",

@@ -14,0 +14,0 @@ "author": "Julien Biezemans <jb@jbpros.com>",

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