New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bozosort

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bozosort

Bozo sort algorithm.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

node-bozosort Build Status

For those who don't know, a Bozo Sort is a joke sorting algorithm that actually sorts but at horrible timing and is very inefficient.

Note: Do not use it in production, unless you're a bozo.

bozo clown

Install

$ npm install --save bozosort

Usage

var bozosort = require('bozosort');

bozosort([5, 7, 3, 10, 4, 15, 1]);
//=> [1, 3, 4, 5, 7, 10, 15]

API

bozosort(list)

list

Required
Type: Array

License

MIT © Vinícius do Carmo

FAQs

Package last updated on 23 Jul 2015

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