Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@auto-it/all-contributors
Advanced tools
Automatically add contributors as changelogs are produced.
This plugin maps one of the contribution type to a glob or array of globs. Out of the box the plugin will only detect the following contribution types:
doc
- Edits to any README, `['/*.mdx', '/.md', '/docs//', '/documentation//*']``example
- Edits to ['**/*.stories*', '**/*.story.*']
infra
- Edits to ['**/.circle/**/*', '**/.github/**/*', '**/travis.yml'],
test
- Edits to ['**/*.test.*']
code
- Edits to ['**/src/**/*', '**/lib/**/*', '**/package.json', '**/tsconfig.json']
This plugin is not included with the auto
CLI installed via NPM. To install:
npx install-peerdeps --dev @auto-it/all-contributors
You must have already installed and initialized all-contributors-cli
;
npx all-contributors init
{
"plugins": ["all-contributors"]
}
You use any of the contribution type. If you configure an pre-configured contribution type the arrays are not merged, it is overridden.
auto.rc
{
"plugins": [
[
"all-contributors",
{
"types": {
"plugin": "**/plugin/**/*",
"example": ["**/*.stories.*", "**/*.examples.*", "**/*.snippet.*"]
}
}
]
]
}
Useful for excluding bots from getting into your contributors.
auto.rc
{
"plugins": [
[
"all-contributors",
{
"exclude": ["dependabot", "ci-services"]
}
]
]
}
v7.12.4 (Tue Oct 29 2019)
@auto-it/released
@auto-it/core
FAQs
Automatically add contributors as changelogs are produced.
The npm package @auto-it/all-contributors receives a total of 5,692 weekly downloads. As such, @auto-it/all-contributors popularity was classified as popular.
We found that @auto-it/all-contributors demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.