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

node-gitlab-api

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gitlab-api - npm Package Versions

2345

3.0.2

Diff

jdalrymple
published 3.0.0 •

Changelog

Source

3.0.0 (2018-4-2)

  • Exporting all services separately ie. const { Projects } from 'gitlab'; as well as the usual default export: const Gitlab from 'gitlab'
  • Exporting bundles which are groups of related API's. These include: ProjectsBundle, UsersBundle and GroupsBundle
  • Added events support to the Projects, and Users
  • Added full support for ProjectVariables and GroupVariables
  • Added support for Events. This is also exposed in Projects and Users under the events function
  • Fixed the missing options parameter for the ProjectMembers and GroupMemebers APIs in PR #45 thanks to Stefan Hall
  • Supporting both camelCase and snake_case option properties: projects.all({perPage:5}) === projects.all({per_page: 5})
  • Fixed problem with .all() functions where only the some of the results were being returned
  • Completed support for all Gitlab APIs, #49, #53
jdalrymple
published 2.2.8 •

Changelog

Source

2.2.8 (2018-4-1)

  • Updating babel
jdalrymple
published 3.0.0-rc.8 •

jdalrymple
published 2.2.7 •

Changelog

Source

2.2.7 (2018-3-15)

  • Fixing babel runtime
jdalrymple
published 3.0.0-rc.7 •

jdalrymple
published 3.0.0-rc.6 •

jdalrymple
published 3.0.0-rc.5 •

jdalrymple
published 3.0.0-rc.4 •

jdalrymple
published 3.0.0-rc.3 •

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