Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
babel-tape-runner
Advanced tools
Using Babel 7: Use ^3.0.0
Using Babel 6: Use ^2.0.0
Using Babel 5: Use ^1.0.0
A test runner for tape that utilizes babel in order to run test suites that include ESNext/Harmony features.
Install globally or locally (for npm scripts):
npm install babel-tape-runner [-g]
Just run babel-tape-runner
with the files to test (just like tape's bundled runner). Store configuration in a .babelrc
file.
babel-tape-runner my-es-next-test.js
babel-tape-runner lib/**/__tests__/*-test.js # or glob patterns
For example, use this in your package.json
file so you can run npm test
to execute your tests:
{
"scripts": {
"test": "babel-tape-runner \"lib/**/__tests__/*-test.js\" | faucet"
},
""
}
MIT
FAQs
Babel + Tape for running your ES Next tests
The npm package babel-tape-runner receives a total of 1,373 weekly downloads. As such, babel-tape-runner popularity was classified as popular.
We found that babel-tape-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.