
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@betahuhn/config
Advanced tools
This repository contains common configuration files for my projects. It is based on Koj's config repo, I only changed the linter to eslint and modified some other things to my preference.
Install the package as a dev dependency from npm:
npm install --save-dev @betahuhn/config
This config includes the ESLint configuration I use in my personal projects. To use this configuration, create an ESLint config file .eslintrc.js
in the project root:
module.exports = require("@betahuhn/config").eslint;
I use Semantic Release for automated deployments of my packages. The configuration adds support for Gitmoji commits, creating release notes with a CHANGELOG.md
, and publishing to GitHub and npm.
Create a Semantic Release config file release.config.js
in the project root. If you want to release the master
or production
branches, you can use the import directly:
module.exports = require("@betahuhn/config").master;
Alternately, you can specify the branch you want to release:
module.exports = require("@betahuhn/config").release("branch-name");
Here are all the emojis which trigger a new release:
Major:
Minor:
Patch:
MIT © Maximilian Schiller and Koj
FAQs
Common configuration files for my projects
The npm package @betahuhn/config receives a total of 80 weekly downloads. As such, @betahuhn/config popularity was classified as not popular.
We found that @betahuhn/config 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.