
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.
@proof-ui/add-all-plugin
Advanced tools
A plugin to add an empty test for each untested storybook story.
A plugin to add an empty test for each untested storybook story.
Especially powerful when combined with the accessibility-plugin or the applitools-plugin to get full coverage of each story, even if there are no integration tests written already.
yarn add -D @proof-ui/add-all-plugin
// proof.config.js
import AddAllPlugin from '@proof-ui/add-all-plugin';
export default {
plugins: [new AddAllPlugin()]
};
# Command Line Usage
proof --add-all
You can configure the applitools-plugin through some options in it's constructor:
Property | Description | Type |
---|---|---|
filter | A function to filter out which tests are added. | function - (kind, story) => boolean |
To add all stories except ones called skip-me
import AddAllPlugin from '@proff/add-all-plugin';
new AddAllPlugin({
filter(kind, story) {
return story !== 'skip-me';
}
});
FAQs
A plugin to add an empty test for each untested storybook story.
The npm package @proof-ui/add-all-plugin receives a total of 555 weekly downloads. As such, @proof-ui/add-all-plugin popularity was classified as not popular.
We found that @proof-ui/add-all-plugin 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
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.