🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

appveyor-build-by-commit

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

appveyor-build-by-commit

Fetch the appveyor build for given commit sha

1.0.1
latest
Source
npm
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

appveyor-build-by-commit

Fetch the appveyor build for given commit sha.

Usage

const fetch = require('appveyor-build-by-commit')

fetch({
  repo: ['maxogden', 'rabin'],
  sha: 'ee998aaeff8e5677eed7a4de97f8c3aabca51694'
}).then(build => console.log({ build }))
$ node example.js
{ build:
   { buildId: 6919973,
     jobs:
      [ [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object] ],
     buildNumber: 37,
     version: '1.0.37',
     message: 'docs: fix appveyor badge link',
     branch: 'master',
     isTag: false,
     commitId: 'ee998aaeff8e5677eed7a4de97f8c3aabca51694',
     authorName: 'Julian Gruber',
     authorUsername: 'juliangruber',
     committerName: 'Julian Gruber',
     committerUsername: 'juliangruber',
     committed: '2017-02-09T11:12:13+00:00',
     messages: [],
     status: 'success',
     started: '2017-02-09T11:40:29.0844761+00:00',
     finished: '2017-02-09T11:50:11.095915+00:00',
     created: '2017-02-09T11:12:20.7889189+00:00',
     updated: '2017-02-09T11:50:11.095915+00:00' } }

Installation

$ npm install appveyor-build-by-commit

API

fetch({ repo, sha })

License

MIT

FAQs

Package last updated on 07 Jun 2017

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