Socket
Socket
Sign inDemoInstall

witcher-names

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    witcher-names

Get random Witcher names


Version published
Maintainers
1
Install size
42.0 kB
Created

Readme

Source

witcher-names

Build Status codecov coverage David version downloads MIT License semantic-release

Get random names from Witcher characters.

Installation

This package is distributed via npm:

npm install witcher-names

Usage

var names = require("witcher-names");
var allNames = names.all;
var randomName = names.random();
var threeRandomNames = names.random(3);

You can also use umd build

<script src="https://unpkg.com/witcher-names@1.1.1/dist/index.umd.min.js"></script>

Keywords

FAQs

Last updated on 09 Mar 2020

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