unique-random-array
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "unique-random-array", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get consecutively unique elements from an array", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "ava" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"ava": "0.0.4" | ||
"ava": "*" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
@@ -40,3 +40,9 @@ # unique-random-array [![Build Status](https://travis-ci.org/sindresorhus/unique-random-array.svg?branch=master)](https://travis-ci.org/sindresorhus/unique-random-array) | ||
- [`unique-random`](https://github.com/sindresorhus/unique-random) - Generate random numbers that are consecutively unique | ||
- [unique-random](https://github.com/sindresorhus/unique-random) - Generate random numbers that are consecutively unique | ||
- [random-int](https://github.com/sindresorhus/random-int) - Generate a random integer | ||
- [random-float](https://github.com/sindresorhus/random-float) - Generate a random float | ||
- [random-item](https://github.com/sindresorhus/random-item) - Get a random item from an array | ||
- [random-obj-key](https://github.com/sindresorhus/random-obj-key) - Get a random key from an object | ||
- [random-obj-prop](https://github.com/sindresorhus/random-obj-prop) - Get a random property from an object | ||
- [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) - Generate a cryptographically strong random string | ||
@@ -43,0 +49,0 @@ |
3579
4
52