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

egg-apidoc2

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

egg-apidoc2

> egg-apidoc 接口文档

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
57
decreased by-32.94%
Maintainers
1
Weekly downloads
 
Created
Source

egg-apidoc

egg-apidoc 接口文档

开启插件

// config/plugin.js
// js
exports.apidoc = {
  enable: true,
  package: 'egg-apidoc2',
};
// ts
apidoc: {
  enable: true,
  package: 'egg-apidoc2',
},

配置

// config/config.default.js
exports.apidoc = {
  // 你的配置
};
name描述默认值example
name名称apidocapidoc
version默认版本0.0.10.0.2
description描述apidoc接口文档apidoc接口文档

License

MIT © huangwenquan

Keywords

FAQs

Package last updated on 20 Oct 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