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 21.0.0 to 21.0.1

2

dist/cjs/src/version.d.ts

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

export declare const version = "21.0.0";
export declare const version = "21.0.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -17,3 +17,3 @@ {

"contentEncoding": {
"description": "*\n Whether to interpret `body` \"as-is\" (IDENTITY) or if it needs to be Base64-decoded (BASE64).\n\n Content encoding is *not* determined by the media type, but rather by the type\n of the object being attached:\n\n - string => IDENTITY\n - byte array => BASE64\n - stream => BASE64",
"description": "*\n Whether to interpret `body` \"as-is\" (IDENTITY) or if it needs to be Base64-decoded (BASE64).\n\n Content encoding is *not* determined by the media type, but rather by the type\n of the object being attached:\n\n - string: IDENTITY\n - byte array: BASE64\n - stream: BASE64",
"enum": [

@@ -20,0 +20,0 @@ "IDENTITY",

@@ -16,3 +16,3 @@ {

"type": "string",
"description": "The message of exception that caused this result. E.g. expected: <\"a\"> but was: <\"b\">"
"description": "The message of exception that caused this result. E.g. expected: \"a\" but was: \"b\""
}

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

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