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

teamcity-package-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teamcity-package-reporter

A cli to notify TeamCity of the parameters stored in an npm package.json file.

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

teamcity-package-reporter

Build Status Dependency Status devDependency Status

How to install

npm install -g teamcity-package-reporter

How to use

Change directory into a folder with an existing package.json file and then execute teamcity-package-reporter. It will report the following paramaters to TeamCity:

  • PACKAGE_NAME: The packages name attribute.
  • PACKAGE_DESCRIPTION: The packages description attribute.
  • PACKAGE_VERSION: The packages version attribute.
  • PACKAGE_LICENSE: The packages license attribute.

Therefore, to use it, make sure that you add parameters with the same names in TeamCity and then execute the command as one of your build tasks.

Keywords

package.json

FAQs

Package last updated on 21 Sep 2016

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