
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@ilihub/bubble-sort
Advanced tools
Bubble sort algorithm implementation in TypeScript.
# if you're using pnpm
pnpm add @ilihub/bubble-sort
# or, if you're using npm
npm install @ilihub/bubble-sort
# or, if you're using yarn
yarn add @ilihub/bubble-sort
import { BubbleSort } from "@ilihub/bubble-sort";
const arr = [1, 4, 7, 2, 5, 8, 3, 6, 9];
const sortedArr = BubbleSort(arr);
console.log(sortedArr); // [1, 2, 3, 4, 5, 6, 7, 8, 9]
You can use this npm package as an online tool by clicking on the link provided 👉🏻 here 👈🏻
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
FAQs
Bubble sort algorithm implementation in TypeScript
The npm package @ilihub/bubble-sort receives a total of 2 weekly downloads. As such, @ilihub/bubble-sort popularity was classified as not popular.
We found that @ilihub/bubble-sort 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.