Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pubinfo/preset-openapi

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubinfo/preset-openapi

Preset for @pubinfo/openapi.

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
3
Created
Source

@pubinfo/preset-openapi

npm version Monorepo License

Preset for @pubinfo/openapi.

Install

# npm
npm install @pubinfo/preset-openapi -D

# yarn
yarn add @pubinfo/preset-openapi -D

# pnpm
pnpm install @pubinfo/preset-openapi -D

Usage

// openapi.config.js / openapi.config.ts
import { presetName } from '@pubinfo/preset-openapi'

export default {
  presets: [
    presetName({ /* preset options */ }),
  ]
}

Configuration

presetName({
  // Generated function named.
  // Acceptable value: camelCase | operationId
  functionName: 'camelCase'
})

Keywords

openapi

FAQs

Package last updated on 18 Aug 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