
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Yet another, but flexible tape runner for ES6 / Coffeescript or any other JS variants.
Yet another, but a bit flexible tape runner. Just pass any module you would like to be loaded along with tape
tests - like babel
or coffeescript
.
npm install --save-dev tape tapeify
tapeify 'test/*.js' --compiler 'babel-register'
You could load any number of modules by adding more --compiler or -c
optional parameter. These modules will be required along with tape
.
-c
or --compiler <requiring module name>
Pass any module that needs to be required for your tape test. For example, to test ES6 files, pass
babel-register
orbabel-core/register
module. You can pass the same argument multiple times to load more modules.
tapeify 'test/*.js' --compiler 'babel-register'
tapeify 'test/*.js' --compiler 'babel-register' -c 'another-babel-module'
tapeify 'test/*.js' --compiler 'babel-register' | tap-spec
FAQs
Yet another, but flexible tape runner for ES6 / Coffeescript or any other JS variants.
The npm package tapeify receives a total of 0 weekly downloads. As such, tapeify popularity was classified as not popular.
We found that tapeify 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.