
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@cucumber/json-to-messages
Advanced tools
A library to translate legacy JSON output from various cucumber implementations to
cucumber-messages.
Currently supports output from:
behavecucumber-javacucumber-javascriptcucumber-rubyYou can install this tool using npm:
npm install @cucumber/json-to-messages
Send the content of your json file to the CLI:
cat my_report.json | ./node_modules/.bin/json-to-messages > my_report.ndjson
By default, the tool will detect the cucumber implementation used to generate the report but you can specify it manually:
cat my_report.json | ./node_modules/.bin/json-to-messages --implementation cucumber-js > my_report.ndjson
import { jsonToMessages } from '@cucumber/json-to-messages'
const JSONs: Readable = ... // The JSON reports to translate
const outputStream: Writable = ... // A stream to write the messages to
jsonToMessages(JSONs, outputStream)
FAQs
Translate legacy JSON to messages
The npm package @cucumber/json-to-messages receives a total of 288 weekly downloads. As such, @cucumber/json-to-messages popularity was classified as not popular.
We found that @cucumber/json-to-messages demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.