Socket
Socket
Sign inDemoInstall

@cucumber/messages

Package Overview
Dependencies
Maintainers
2
Versions
51
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 19.1.4 to 20.0.0

1

dist/cjs/src/messages.d.ts

@@ -277,2 +277,3 @@ import 'reflect-metadata';

testCaseId: string;
workerId?: string;
timestamp: Timestamp;

@@ -279,0 +280,0 @@ }

2

dist/cjs/src/version.d.ts

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

export declare const version = "19.1.4";
export declare const version = "20.0.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -277,2 +277,3 @@ import 'reflect-metadata';

testCaseId: string;
workerId?: string;
timestamp: Timestamp;

@@ -279,0 +280,0 @@ }

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

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

@@ -45,9 +45,9 @@ "type": "module",

"devDependencies": {
"@types/mocha": "9.1.1",
"@types/node": "16.11.59",
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"copyfiles": "2.4.1",
"mocha": "10.0.0",
"mocha": "10.1.0",
"shx": "^0.3.4",
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.8.4"
},

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

@@ -23,2 +23,6 @@ {

},
"workerId": {
"description": "An identifier for the worker process running this test case, if test cases are being run in parallel. The identifier will be unique per worker, but no particular format is defined - it could be an index, uuid, machine name etc - and as such should be assumed that it's not human readable.",
"type": "string"
},
"timestamp": {

@@ -25,0 +29,0 @@ "$ref": "./Timestamp.json"

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