Socket
Socket
Sign inDemoInstall

random-val

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    random-val

A useless library that gives you random stuff


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

random-val

Install

npm i -S random-val

Usage

import RandomVal from 'random-val';

// Create a random-val instance
const serverList = new RandomVal();
serverList.add('http://xxx.xx.com');
serverList.add('http://xxy.xx.com');

// Getting a random value
serverList.getExcept(); // http://xxx.xx.com

FAQs

Last updated on 20 Feb 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc