awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
michaelzoidl avatar

michaelzoidl/swap-array

0
View on GitHub↗
6 stars·4 forks·JavaScript·MIT·3 viewsnpmjs.com/package/swap-array↗

Swap Array

Swaps the index / position of an array

Features

  • Array Utilities - Swaps the positions of two items in an array.

Star history

Star history chart for michaelzoidl/swap-arrayStar history chart for michaelzoidl/swap-array

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Swap Array

Similar open-source projects, ranked by how many features they share with Swap Array.
  • doowb/group-arraydoowb avatar

    doowb/group-array

    66View on GitHub↗

    Group array of objects into lists.

    JavaScript
    View on GitHub↗66
  • ehmicky/fast-cartesianehmicky avatar

    ehmicky/fast-cartesian

    73View on GitHub↗

    Fast cartesian product

    TypeScript
    View on GitHub↗73
  • johnwquarles/mirrarrayjohnwquarles avatar

    johnwquarles/mirrarray

    5View on GitHub↗

    NPM module for creating a keymirror object from an array of strings

    JavaScript
    View on GitHub↗5
  • dcousens/is-sorteddcousens avatar

    dcousens/is-sorted

    24View on GitHub↗

    A small module to check if an Array is sorted

    JavaScript
    View on GitHub↗24
See all 15 alternatives to Swap Array→

Frequently asked questions

What does michaelzoidl/swap-array do?

Swaps the index / position of an array

What are the main features of michaelzoidl/swap-array?

The main features of michaelzoidl/swap-array are: Array Utilities.

What are some open-source alternatives to michaelzoidl/swap-array?

Open-source alternatives to michaelzoidl/swap-array include: doowb/group-array — Group array of objects into lists. ehmicky/fast-cartesian — Fast cartesian product. johnwquarles/mirrarray — NPM module for creating a keymirror object from an array of strings. jonschlinkert/arr-diff — Returns an array with only the unique values from all given arrays using strict equality for comparisons. jonschlinkert/arr-flatten — Recursively flatten an array or arrays. This is the fastest implementation of array flatten. dcousens/is-sorted — A small module to check if an Array is sorted.