
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@babel/helper-plugin-test-runner
Advanced tools
NOTE: This is an internal Babel module and may not work outside. Use at your own risk.
Check Babel for an example: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator/test
/test
directory, add an index.js
with the contents require("@babel/helper-plugin-test-runner")(__dirname);
./test/fixtures
, create a folder for each suite (eg; one suite for each feature of your plugin).expect()
assertions to verify correct behavior. Folders may contain actual.js
, expected.js
, and/or exec.js
. The output of transforming actual.js
will be checked to match the contents of expected.js
. exec.js
, if it exists, will be transformed and run, as with a file in the suite folder.mocha
.mocha --grep testName
.FAQs
Helper function to support test runner
The npm package @babel/helper-plugin-test-runner receives a total of 484 weekly downloads. As such, @babel/helper-plugin-test-runner popularity was classified as not popular.
We found that @babel/helper-plugin-test-runner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.