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

@cucumber/messages

Package Overview
Dependencies
Maintainers
0
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 26.0.0 to 26.0.1

2

dist/cjs/src/version.d.ts

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

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

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

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

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

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

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

"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "20.14.15",
"@types/mocha": "10.0.8",
"@types/node": "20.16.5",
"copyfiles": "2.4.1",

@@ -52,3 +52,3 @@ "mocha": "10.7.3",

"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},

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

@@ -83,3 +83,3 @@ {

"stepDefinitionIds": {
"description": "Pointer to all the matching `StepDefinition`s (if derived from a `PickleStep`)",
"description": "Pointer to all the matching `StepDefinition`s (if derived from a `PickleStep`)\n Each element represents a matching step definition. A size of 0 means `UNDEFINED`,\n and a size of 2+ means `AMBIGUOUS`",
"items": {

@@ -91,3 +91,3 @@ "type": "string"

"stepMatchArgumentsLists": {
"description": "A list of list of StepMatchArgument (if derived from a `PickleStep`).\n Each element represents a matching step definition. A size of 0 means `UNDEFINED`,\n and a size of 2+ means `AMBIGUOUS`",
"description": "A list of list of StepMatchArgument (if derived from a `PickleStep`).",
"items": {

@@ -94,0 +94,0 @@ "$ref": "#/definitions/StepMatchArgumentsList"

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