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 12.0.0 to 12.1.0

dist/package.json

3

dist/src/index.d.ts

@@ -9,2 +9,3 @@ import MessageToBinaryStream from './MessageToBinaryStream';

import messages = io.cucumber.messages;
export { messages, MessageToBinaryStream, MessageToNdjsonStream, BinaryToMessageStream, NdjsonToMessageStream, TimeConversion, IdGenerator, };
import { version } from '../package.json';
export { messages, MessageToBinaryStream, MessageToNdjsonStream, BinaryToMessageStream, NdjsonToMessageStream, TimeConversion, IdGenerator, version, };

@@ -28,2 +28,4 @@ "use strict";

exports.messages = messages;
var package_json_1 = require("../package.json");
exports.version = package_json_1.version;
//# sourceMappingURL=index.js.map
{
"name": "@cucumber/messages",
"version": "12.0.0",
"version": "12.1.0",
"description": "Protocol Buffer messages for Cucumber's inter-process communication",

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

"@types/uuid": "^7.0.2",
"protobufjs": "^6.8.9",
"protobufjs": "^6.9.0",
"uuid": "^7.0.3"

@@ -31,5 +31,5 @@ },

"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@types/node": "^13.13.1",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"copyfiles": "^2.2.0",

@@ -44,3 +44,3 @@ "eslint": "^6.8.0",

"prettier": "^2.0.4",
"ts-node": "^8.8.2",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"

@@ -47,0 +47,0 @@ },

@@ -9,2 +9,3 @@ import MessageToBinaryStream from './MessageToBinaryStream'

import messages = io.cucumber.messages
import { version } from '../package.json'

@@ -19,2 +20,3 @@ export {

IdGenerator,
version,
}

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

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