Socket
Book a DemoInstallSign in
Socket

@tng/version

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tng/version

add /version api for server

1.2.5
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

version

add /version api for server

install

yarn add @tng/version

usage

// for toa koa2 express
const versionMw = require('@tng/version')
app.use(versionMw())
// for koa1
const versionMw = require('@tng/version')
app.use(versionMw.koa1())

// custom route
const versionMw = require('@tng/version')
app.use(versionMw.koa1('/api/version'))

API:getVersion

const versionMw = require('@tng/version')
versionMw.getVersion()
=>
{
  name: pkg.name,
  version: pkg.version,
  startTime: 服务启动时间,
  buildTime: process.env.BUILD_TIME,
  buildCommit: process.env.BUILD_COMMIT
}

/version

{
  name: pkg.name,
  version: pkg.version,
  startTime: 服务启动时间,
  buildTime: process.env.BUILD_TIME,
  buildCommit: process.env.BUILD_COMMIT
}

test

npm test

Keywords

version

FAQs

Package last updated on 12 Sep 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.