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

@cucumber/messages

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/messages - npm Package Compare versions

Comparing version 25.0.1 to 26.0.0

LICENSE

3

dist/cjs/src/getWorstTestStepResult.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWorstTestStepResult = void 0;
exports.getWorstTestStepResult = getWorstTestStepResult;
var messages_js_1 = require("./messages.js");

@@ -16,3 +16,2 @@ var TimeConversion_js_1 = require("./TimeConversion.js");

}
exports.getWorstTestStepResult = getWorstTestStepResult;
function ordinal(status) {

@@ -19,0 +18,0 @@ return [

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.incrementing = exports.uuid = void 0;
exports.uuid = uuid;
exports.incrementing = incrementing;
var uuid_1 = require("uuid");

@@ -8,3 +9,2 @@ function uuid() {

}
exports.uuid = uuid;
function incrementing() {

@@ -14,3 +14,2 @@ var next = 0;

}
exports.incrementing = incrementing;
//# sourceMappingURL=IdGenerator.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseEnvelope = void 0;
exports.parseEnvelope = parseEnvelope;
var messages_js_1 = require("./messages.js");

@@ -15,3 +15,2 @@ var class_transformer_1 = require("class-transformer");

}
exports.parseEnvelope = parseEnvelope;
//# sourceMappingURL=parseEnvelope.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.addDurations = exports.durationToMilliseconds = exports.timestampToMillisecondsSinceEpoch = exports.millisecondsToDuration = exports.millisecondsSinceEpochToTimestamp = void 0;
exports.millisecondsSinceEpochToTimestamp = millisecondsSinceEpochToTimestamp;
exports.millisecondsToDuration = millisecondsToDuration;
exports.timestampToMillisecondsSinceEpoch = timestampToMillisecondsSinceEpoch;
exports.durationToMilliseconds = durationToMilliseconds;
exports.addDurations = addDurations;
var MILLISECONDS_PER_SECOND = 1e3;

@@ -10,7 +14,5 @@ var NANOSECONDS_PER_MILLISECOND = 1e6;

}
exports.millisecondsSinceEpochToTimestamp = millisecondsSinceEpochToTimestamp;
function millisecondsToDuration(durationInMilliseconds) {
return toSecondsAndNanos(durationInMilliseconds);
}
exports.millisecondsToDuration = millisecondsToDuration;
function timestampToMillisecondsSinceEpoch(timestamp) {

@@ -20,3 +22,2 @@ var seconds = timestamp.seconds, nanos = timestamp.nanos;

}
exports.timestampToMillisecondsSinceEpoch = timestampToMillisecondsSinceEpoch;
function durationToMilliseconds(duration) {

@@ -26,3 +27,2 @@ var seconds = duration.seconds, nanos = duration.nanos;

}
exports.durationToMilliseconds = durationToMilliseconds;
function addDurations(durationA, durationB) {

@@ -37,3 +37,2 @@ var seconds = +durationA.seconds + +durationB.seconds;

}
exports.addDurations = addDurations;
function toSecondsAndNanos(milliseconds) {

@@ -40,0 +39,0 @@ var seconds = Math.floor(milliseconds / MILLISECONDS_PER_SECOND);

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

export declare const version = "25.0.1";
export declare const version = "26.0.0";
//# sourceMappingURL=version.d.ts.map

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

// This file is automatically generated using npm scripts
exports.version = '25.0.1';
exports.version = '26.0.0';
//# sourceMappingURL=version.js.map

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

export declare const version = "25.0.1";
export declare const version = "26.0.0";
//# sourceMappingURL=version.d.ts.map
// This file is automatically generated using npm scripts
export const version = '25.0.1';
export const version = '26.0.0';
//# sourceMappingURL=version.js.map
{
"name": "@cucumber/messages",
"version": "25.0.1",
"version": "26.0.0",
"description": "JSON schema-based messages for Cucumber's inter-process communication",

@@ -39,15 +39,15 @@ "type": "module",

"dependencies": {
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"class-transformer": "0.5.1",
"reflect-metadata": "0.2.2",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/node": "20.14.2",
"@types/mocha": "10.0.7",
"@types/node": "20.14.15",
"copyfiles": "2.4.1",
"mocha": "10.4.0",
"mocha": "10.7.3",
"shx": "^0.3.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.4"
},

@@ -54,0 +54,0 @@ "bugs": {

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

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