
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@dev-blinq/cucumber-js
Advanced tools
Cucumber.js with Blinq.io adaptation
We took the regular old Cucumber (A tool for running automated tests) and made improvements that could be helpful when working with data that should be saved or when we want to generate fake data for testing purposes in our Gherkin feature file.
@dev-blinq/cucumber-js is available on npm:
$ npm install @dev-blinq/cucumber-js
Before, we used to write Gherkin feature files like this -
Feature: Github
Scenario Outline: Create a new repository
Given Create a new repository name "<repo>"
Examples:
| repo
| random_repo_name
Now, instead of picking a random name by ourselfs, we could fake data using the faker library and get a random value -
Feature: Github
Scenario Outline: Create a new repository
Given Create a new repository name "<repo>"
Examples:
| repo
| {{string.alpha(10)}}
We could also save our fake data (or any data really) as a variable for future use using the equals (=) sign -
Feature: Github
Scenario Outline: Create a new repository
Given Create a new repository name "<repo>"
Examples:
| repo
| {{repo=string.alpha(10)}}
Scenario Outline: Create a second repository
Given Create a new repository with the same name as before "<repo>"
Examples:
| repo
| {{repo}}
In that example, we saved repo as a variable with a value of some fake data and used it again as the second repo value, both repos will have the same fake value.
See documentation for the Blinq.io app.
FAQs
Cucumber - Blinq.io Cucumber.js with Blinq.io adaptation
The npm package @dev-blinq/cucumber-js receives a total of 3,690 weekly downloads. As such, @dev-blinq/cucumber-js popularity was classified as popular.
We found that @dev-blinq/cucumber-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.