
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
slugify-plus
Advanced tools
Slugify-Plus is an advanced, customizable, and developer-friendly slug generator for Node.js and JavaScript applications.
It helps create SEO-friendly URLs, unique identifiers, database keys, and human-readable slugs for various use cases.
🔥 Key Features
-, _, |, .).| Feature | Slugify-Plus ✅ | Other Libraries ❌ |
|---|---|---|
| Multi-language Support | ✅ Yes | ❌ Limited |
| Custom Separators | ✅ Yes | ❌ No |
| Stop Word Removal | ✅ Yes | ❌ No |
| Database Friendly | ✅ Yes | ❌ No |
| Unique ID Handling | ✅ Yes | ❌ No |
| CLI Support | ✅ Yes | ❌ No |
| TypeScript Support | ✅ Yes | ❌ No |
Install the package via npm or yarn:
# Using npm
npm install slugify-plus
# Using yarn
yarn add slugify-plus
const { slugify } = require("slugify-plus");
console.log(slugify("Hello World!"));
// Output: hello-world
console.log(slugify("Hello World!", { separator: "_" }));
// Output: hello_world
console.log(slugify("The Quick Brown Fox", { removeStopWords: true }));
// Output: quick-brown-fox
console.log(slugify("This is a very long title", { maxLength: 10 }));
// Output: this-is-a
npx slugify-plus "Hello World!"
# Output: hello-world
Slugify-Plus is open source and welcomes contributions from developers worldwide. 💜
git clone https://github.com/imankii01/slugify-plus.git
cd slugify-plus
npm install
git checkout -b feature-new-slug-format
git commit -m "Added new slug format feature"
git push origin feature-new-slug-format
If you find this package useful, consider supporting me:
☕ Buy Me a Coffee
⭐ Star this project on GitHub
This project is licensed under the MIT License.
FAQs
A customizable and scalable slug generator for Node.js with TypeScript support
The npm package slugify-plus receives a total of 0 weekly downloads. As such, slugify-plus popularity was classified as not popular.
We found that slugify-plus 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.