New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@singh-ankush/autodata

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@singh-ankush/autodata

AI-powered test data generator for automation testing

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

AutoData

AI-powered test data generator for automation testing.

AutoData generates realistic test data as plain strings using OpenAI or OpenRouter, designed for Playwright, Cypress, Selenium, Jest, and backend tests.

Installation

npm install @<your-github-username>/autodata


> Usage
```js
import { AutoData } from "@<your-github-username>/autodata";

const name = await AutoData.getData(
  "An Indian name with format {Firstname_Lastname}"
);

const email = await AutoData.presets.email();

Keywords

automation

FAQs

Package last updated on 09 Jan 2026

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