New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-sorting

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-sorting

A collection of sorting algorithms written in JavaScript.

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by36.84%
Maintainers
1
Weekly downloads
 
Created
Source

js-sorting

Build Status

A collection of sorting algorithms written in JavaScript. Each algorithm is enclosed in its own file wrapped in a Universal Module Definition (UMD) API to make it easier to use across multiple platforms.

To learn more about how each algorithm is implemented have a look at the technical articles on my blog.

Contributing

I'd love to get some contributions for other sorting algorithms, if you want to make a pull request try to follow the existing style of the code and make sure you add tests for the new algorithm.

Testing locally

npm install
npm test

License

js-sorting is released under BSD (2 clause).

Keywords

FAQs

Package last updated on 22 Jun 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc