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

unique-random-array

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unique-random-array - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

license

6

package.json
{
"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 @@

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