Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab - npm Package Versions

1
17

5.0.0-rc.10

Diff

jdalrymple
published 4.5.1 •

Changelog

Source

4.5.1 (2019-03-22)

Bug Fixes

  • Updating packages (2c47d24)
jdalrymple
published 4.5.0 •

Changelog

Source

4.5.0 (2019-03-19)

Features

  • Updated MergeRequests API options (a306799)
jdalrymple
published 4.4.1 •

Changelog

Source

4.4.1 (2019-03-06)

Features

  • Projects:

    • Add support for DELETE /projects/:id/fork (ef53a2)
  • MergeRequests:

    • Add MergeRequest.participants request (b11a4f)
  • Triggers:

    • Add missing method for triggering pipelines (5858fc)

Bug Fixes

  • Add missing / from unshare in Projects (6fb7f5)
  • Change lint api url. (1d6e6e)
  • Implement jobToken property to allow authentication via CI job token (8f551f)

Docs

  • Update README.md with rejectUnauthorized
  • Fixing typo in the host url
jdalrymple
published 5.0.0-rc.9 •

jdalrymple
published 5.0.0-rc.8 •

jdalrymple
published 5.0.0-rc.7 •

jdalrymple
published 5.0.0-rc.6 •

jdalrymple
published 4.3.0 •

Changelog

Source

4.3.0 (2018-12-12)

Breaking

  • Added content as a required parameter for RepositoryFiles
  • Removed projectId from System Hooks API since it wasn't required
  • Removed dependency on FS. Now the Projects API takes in two arguments projectId and content as well as an option fileName argument
  • Changing everything to named exports for simplicity
  • Switching required initialization argument from 'url' to 'host'
  • Updated Approvals API support to match https://docs.gitlab.com/ee/api/merge_request_approvals.html
  • MergeRequest Pipelines require the mergeRequestId
  • NotificationSettings API edit function now takes one parameter, options
  • Changing the access level enum property from master to maintainer as per https://gitlab.com/gitlab-org/gitlab-ce/issues/42751
  • Notes now require a body argument instead of checking the options argument for a body parameter
  • Bumped min node version to > v10 LTS

Bug Fixes

  • #227 (https://github.com/jdalrymple/node-gitlab/issues/227) Fixing array syntax thanks to Lukas Eipert (https://github.com/leipert) (f9bc34d (https://github.com/jdalrymple/node-gitlab/commit/f9bc34d))
  • Fixing Todos support. If todoId was not passed, an undefined value would be introduced into the url (cbeef18 (https://github.com/jdalrymple/node-gitlab/commit/cbeef18))
  • ResourceAwardEmojis API wasn't properly filtering based on awardId (70f4315 (https://github.com/jdalrymple/node-gitlab/commit/70f4315))
  • Removed xhr library in favour of ky, and switched request for got for a smaller package size and retry functionality
  • Fixing ci lint url (#278)
  • Fixing form data (#272)
  • Fixing randomstring usage (#271)
  • Incorrect http method used to update MR approvers #262

Features

  • Added the ability to add sudo to specific requests (780244f (https://github.com/jdalrymple/node-gitlab/commit/780244f))
  • Added the missing edit function to the Groups API
  • Added LDAP support to the Groups API
  • Added missing method for triggering pipelines (#275)
  • Implement jobToken property to allow authentication via CI job token (#269)

Documentation

  • Removing xml request docs
  • Updating imports to be named imports

Tests

  • Fixing integration test for ApplicationSettings (#273)
jdalrymple
published 5.0.0-rc.5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc