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

auto-api-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-api-client - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+24
-3
package.json
{
"name": "auto-api-client",
"version": "1.0.0",
"description": "Automatically generate TypeScript API clients and React hooks from your Express/Fastify server routes",
"version": "1.0.1",
"description": "Auto-generate TypeScript API clients, React hooks, and TypeScript types from Express/Fastify routes. Save 4-6 hours per project. Zero configuration required. Supports JavaScript and TypeScript. Generate React Query hooks automatically.",
"main": "dist/index.js",

@@ -21,6 +21,11 @@ "types": "dist/index.d.ts",

"api",
"api-client",
"api-generator",
"client",
"generator",
"typescript",
"typescript-client",
"react",
"react-hooks",
"react-query",
"hooks",

@@ -31,3 +36,19 @@ "express",

"auto-generate",
"code-generation"
"code-generation",
"openapi",
"swagger",
"rest-api",
"rest-client",
"http-client",
"fetch-wrapper",
"api-wrapper",
"backend-to-frontend",
"fullstack",
"monorepo",
"boilerplate",
"codegen",
"typescript-generator",
"express-routes",
"route-scanner",
"api-sdk-generator"
],

@@ -34,0 +55,0 @@ "author": "Aman Gupta",

@@ -6,4 +6,7 @@ # 🚀 Auto API Client

[![npm version](https://img.shields.io/npm/v/auto-api-client.svg)](https://www.npmjs.com/package/auto-api-client)
[![npm downloads](https://img.shields.io/npm/dm/auto-api-client.svg)](https://www.npmjs.com/package/auto-api-client)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
> **Auto-generate TypeScript API clients, React Query hooks, and TypeScript types from Express/Fastify routes. Zero configuration. Supports JavaScript and TypeScript. Save 4-6 hours per project.**
## 🎯 Why Use This Package?

@@ -435,2 +438,16 @@

## 🔍 Search Keywords
This package helps with: **API client generator**, **TypeScript API client**, **React hooks generator**, **Express API client**, **Fastify API client**, **auto generate API client**, **TypeScript SDK generator**, **React Query hooks generator**, **REST API client**, **API wrapper generator**, **code generation**, **boilerplate reduction**, **fullstack development**, **monorepo API client**, **backend to frontend**, **API client from routes**, **Express routes to TypeScript**, **auto generate React hooks**, **TypeScript types generator**.
## 📈 Popular Use Cases
- **Full-stack developers** building Express + React apps
- **Backend teams** sharing APIs with frontend teams
- **Startups** needing fast API client generation
- **Agencies** working on multiple projects
- **Developers** tired of writing repetitive API code
- **Teams** using monorepo architecture
- **Projects** requiring type-safe API clients
**Made with ❤️ for the Node.js community**