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

dummy

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dummy

Performant and lightweight dummy data generation.

0.1.6
latest
Version published
Weekly downloads
43
38.71%
Maintainers
0
Weekly downloads
 
Created

Dummy

Performant and lightweight dummy data generation.

Installation

To start using the library, install it in your project:

npm install dummy

After that, you can import dummy and use its data generation functions from anywhere in your app.

import { dummy } from 'dummy';

// ...

var randomId = dummy.string.uuid(); // d02e9296-7063-450c-9dfc-9edd73076c8d
var randomUsername = dummy.number.float(); // 14.21
var randomRegisteredAt = dummy.date.past(); // 2021-05-07T01:30:54.348Z

Documentation

You can find out more about the API and implementation soon.

Keywords

FAQs

Package last updated on 20 Feb 2025

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