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 23.0.0 to 24.0.0

1

dist/cjs/src/messages.d.ts

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

message?: string;
stackTrace?: string;
}

@@ -40,0 +41,0 @@ export declare class GherkinDocument {

2

dist/cjs/src/version.d.ts

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

export declare const version = "23.0.0";
export declare const version = "24.0.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

message?: string;
stackTrace?: string;
}

@@ -40,0 +41,0 @@ export declare class GherkinDocument {

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

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

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

"dependencies": {
"@types/uuid": "9.0.6",
"@types/uuid": "9.0.7",
"class-transformer": "0.5.1",

@@ -46,4 +46,4 @@ "reflect-metadata": "0.1.13",

"devDependencies": {
"@types/mocha": "10.0.3",
"@types/node": "18.18.8",
"@types/mocha": "10.0.6",
"@types/node": "18.18.13",
"copyfiles": "2.4.1",

@@ -53,3 +53,3 @@ "mocha": "10.2.0",

"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},

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

@@ -17,2 +17,6 @@ {

"description": "The message of exception that caused this result. E.g. expected: \"a\" but was: \"b\""
},
"stackTrace": {
"type": "string",
"description": "The stringified stack trace of the exception that caused this result"
}

@@ -19,0 +23,0 @@ },

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

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