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

getto-gitlab_api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getto-gitlab_api

gitlab_api : getto-psycher vendor plugin

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

node-getto-gitlab_api

gitlab_api : getto-psycher vendor plugin

status: production ready

const gitlab_api = require("getto-gitlab_api").init();

gitlab_api.trigger({
  project_id: "PROJECT-ID",
  token: "TOKEN",
  ref: "master",
  variables: {
    KEY: "VALUE",
  },
});
Table of Contents
  • Requirements
  • Usage
  • License

Requirements

  • Node.js: 10.16.0

Usage

const gitlab_api = require("getto-gitlab_api").init();

gitlab_api.trigger({
  project_id: "PROJECT-ID",
  token: "TOKEN",
  ref: "master",
  variables: {
    KEY: "VALUE",
  },
});

Install

npm install --save getto-gitlab_api

License

node-getto-gitlab_api is licensed under the MIT license.

Copyright © since 2019 shun@getto.systems

FAQs

Package last updated on 03 Dec 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