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

shuff-arr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shuff-arr

Shufflle || randomize given array

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
4
100%
Maintainers
1
Weekly downloads
 
Created
Source

Shuffle array

Easy randomize your ordered Array

Installation

npm install shuff-arr --save

Usage

const shuffleArray = require('shuff-arr')

console.log(shuffleArray([1, 2, 3, 4, 5])) //[5, 1, 3, 2, 4]

Keywords

shuffle

FAQs

Package last updated on 07 Apr 2021

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