New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 gerator

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-35.71%
Maintainers
1
Weekly downloads
 
Created
Source

Dummynator.js

npm version npm downloads

Simple JavaScript tool to generate dummy data useful for testing.

This project is still a WIP

Installation

Using npm:

npm install dummynator

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.

FAQs

Package last updated on 28 Jan 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