
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@terminal-nerds/snippets-config
Advanced tools
➡️ This package wraps all available modules with snippets related to config — part of the terminal-nerds/snippets project.
| Name | Size |
|---|---|
@terminal-nerds/snippets-error/merge | |
@terminal-nerds/snippets-error/read |
If you are using TypeScript,
the latest version, which supports new features (such as
satisfies), is supported.
This package can be used in several runtime environments. We aim for cross-runtime compatibility and ensure proper error messages if a particular snippet cannot be run in the currently running environment.
We use browserslist to define the minimum browsers versions supported.
Take a look at our shared browserslist configuration for more details.
Usage:
<script type="module">
import { snippet } from "https://cdn.jsdelivr.net/npm/@terminal-nerds/snippets-config";
</script>
We aim to support the latest version of bun.
Usage:
Firstly, install it:
bun add @terminal-nerds/snippets-config
And then in a particular file:
import { snippet } from "@terminal-nerds/snippets-config";
We aim to support the latest version of Deno.
Usage:
import { snippet } from "npm:@terminal-nerds/snippets-config";
The latest Node.js LTS (Long-Term Support) version is the minimum one supported.
Warning
This package is written in ES Module (ESM) type.
So, if you wish to use it in a project with CommonJS (CJS) type, you need to bundle this package or a particular module(s).
Usage:
Install it first with the Node.js package manager of your choice. In our example, we use pnpm.
pnpm add @terminal-nerds/snippets-config
And then in a particular file:
import { snippet } from "@terminal-nerds/snippets-config";
🔐 For more information, please refer to the Security section at the root of the terminal-nerds/snippets monorepo.
⚖️ For more information, please refer to the License section at the root of the terminal-nerds/snippets monorepo.
🤝 Contributions of any kind are welcome!
Please refer to the monorepo (terminal-nerds/snippets) project's CONTRIBUTING file for more information if you wish to get involved.
🎉 The idea of this project was initiated by xeho91. However, it's the contributors who matter the most.
FAQs
@terminal-nerds reusable snippets for configs.
The npm package @terminal-nerds/snippets-config receives a total of 22 weekly downloads. As such, @terminal-nerds/snippets-config popularity was classified as not popular.
We found that @terminal-nerds/snippets-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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.