
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.
byul-alias is a simple git alias manager.
You can install byul-alias using your preferred package manager:
npm install byul-alias
yarn add byul-alias
pnpm add byul-alias
bun add byul-alias
If the byul-alias.yml
file hasn’t been created, run:
node node_modules/byul-alias/dist/setup.mjs
Or, you can manually create the byul-alias.yml
file and add this code:
# Common Git Alias Shortcuts
# --------------------------
# You can customize these aliases however you like.
# Below are some of the most commonly used Git aliases:
# co: checkout -> Switch branches or restore working tree files
# br: branch -> List, create, or delete branches
# ci: commit -> Record changes to the repository
# st: status -> Show the working tree status
# lg: log --oneline --graph --decorate -> Show a graphical log of commits
# cm: commit -m -> Record changes with an inline commit message
# a: add . -> Stage all changes in the current directory
# Note: These are just examples.
# You can define your own shortcuts, like setting `co` to `commit`.
git-alias:
co: checkout
br: branch
ci: commit
st: status
cm: commit -m
Customize your Git Aliases by editing the byul-alias.yml
file. Here’s an example configuration:
git-alias:
co: checkout
br: branch
ci: commit
st: status
cm: commit -m
This setup ensures that your Git aliases are consistently applied across your project.
Once your Git Aliases are configured, install and apply them effortlessly with:
npx byul-alias install
npx byul-alias add
Byul-alias automatically configures and applies your Git aliases with ease.
We welcome contributions to byul-alias! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.
FAQs
Simple git alias manager
We found that byul-alias demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.