Socket
Socket
Sign inDemoInstall

appveyor-build-by-commit

Package Overview
Dependencies
21
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

appveyor-build-by-commit

Fetch the appveyor build for given commit sha


Version published
Maintainers
1
Weekly downloads
1
Install size
173 kB

Weekly downloads

Readme

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

Last updated on 07 Jun 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc