Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dummynator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dummynator

Dummy data generator

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Dummynator.js

Simple JavaScript tool to generate dummy data useful for testing.

npm version npm downloads

Installation

Using npm:

npm install dummynator --save-dev

Usage

const dummy = require('dummynator');

const randomName = dummy.person.firstName(); // Idella
const randomEmail = dummy.internet.email(); // jordane_block@example.com

Documentation

You can find the documentation here.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Feel free to open an issue if you encounter any issues or would like some new feature to be implemented.

Please make sure to read the Contributing Guide before making a pull request.

License

This project is MIT licensed.

Keywords

FAQs

Package last updated on 18 Feb 2022

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

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