
Research
/Security News
11 Malicious Go Packages Distribute Obfuscated Remote Payloads
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
@cucumber/cucumber-json-converter
Advanced tools
Validates and converts Cucumber JSON for different Cucumber implementations and versions
This library converts Cucumber JSON from multiple implementations and versions into a JavaScript object with a strict schema.
import { convert } from '@cucumber/cucumber-json-converter'
const ob = JSON.parse(jsonFromAnyCucumberImplementation)
const cucumberJsonObject = convert(ob)
The convert
function will throw an error if it fails to recognize the object as a valid Cucumber JSON object.
The "Cucumber JSON" format was created several years before the JSON Schema standard started gaining traction. The lack of a formal schema led to inconsistencies between different Cucumber implementations and releases.
This library contains JSON Schemas for multiple implementations and versions of Cucumber. These schemas have been retrofitted to match the actual output of these implementations.
FAQs
Validates and converts Cucumber JSON for different Cucumber implementations and versions
The npm package @cucumber/cucumber-json-converter receives a total of 3,364 weekly downloads. As such, @cucumber/cucumber-json-converter popularity was classified as popular.
We found that @cucumber/cucumber-json-converter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).