Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daily-sort

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

daily-sort

Randomly sorts a list based on the day of the year.

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by266.67%
Maintainers
1
Weekly downloads
 
Created
Source

CLI Usage

Randomly select the order in which your scrum stand-ups are run. No more guessing who give's their status update next. Run the command as many times as you want, as long as you have the same set of people or items in the list it will result in the same order for that day. Each day a new random order is selected. The order of the inputted list doesn't matter.

daily-sort John Jim Bob Sally Jack

Result:

Random Sort for 99 day of the year
1. Sally
2. John
3. Jim
4. Jack
5. Bob

Node.js Usage

import { shuffle } from 'daily-sort';
const list=shuffle(['John','Jim', 'Bob', 'Sally', 'Jack']);
console.log(list);

Install

npm install -g daily-sort

Keywords

FAQs

Package last updated on 17 Apr 2020

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