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 12.2.0 to 12.3.1

20

dist/package.json
{
"name": "@cucumber/messages",
"version": "12.2.0",
"version": "12.3.1",
"description": "Protocol Buffer messages for Cucumber's inter-process communication",

@@ -25,16 +25,16 @@ "main": "dist/src/index.js",

"@types/uuid": "^8.0.0",
"protobufjs": "^6.9.0",
"uuid": "^8.2.0"
"protobufjs": "^6.10.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"copyfiles": "^2.3.0",
"eslint": "^7.3.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react": "^7.20.5",
"json-schema": "^0.2.5",

@@ -45,3 +45,3 @@ "mocha": "^8.0.1",

"ts-node": "^8.10.2",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
},

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

/// <reference types="node" />
import { Transform } from 'stream';
export default function (makeFromMessageStream: () => Transform, makeToMessageStream: () => Transform): void;
export default function verifyStreamContract(makeFromMessageStream: () => Transform, makeToMessageStream: () => Transform): void;

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

var assert = require("assert");
function default_1(makeFromMessageStream, makeToMessageStream) {
function verifyStreamContract(makeFromMessageStream, makeToMessageStream) {
var _this = this;

@@ -103,3 +103,3 @@ describe('contract', function () {

}
exports.default = default_1;
exports.default = verifyStreamContract;
//# sourceMappingURL=verifyStreamContract.js.map
{
"name": "@cucumber/messages",
"version": "12.2.0",
"version": "12.3.1",
"description": "Protocol Buffer messages for Cucumber's inter-process communication",

@@ -25,16 +25,16 @@ "main": "dist/src/index.js",

"@types/uuid": "^8.0.0",
"protobufjs": "^6.9.0",
"uuid": "^8.2.0"
"protobufjs": "^6.10.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"copyfiles": "^2.3.0",
"eslint": "^7.3.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react": "^7.20.5",
"json-schema": "^0.2.5",

@@ -45,3 +45,3 @@ "mocha": "^8.0.1",

"ts-node": "^8.10.2",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
},

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

@@ -6,3 +6,3 @@ import { messages } from '../src'

export default function (
export default function verifyStreamContract(
makeFromMessageStream: () => Transform,

@@ -9,0 +9,0 @@ makeToMessageStream: () => Transform

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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