Socket
Socket
Sign inDemoInstall

gitlab-fetch

Package Overview
Dependencies
21
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

5

CHANGELOG.md
# Changelog
## develop
## 0.2.1
* Fix `CommitsApi#create` operation (#2).
## 0.2.0
* Add Commits API (#1, !2, !3).

@@ -5,0 +8,0 @@ * Add partial support for Services API (!4).

2

lib/apis/commit.js

@@ -19,3 +19,3 @@ "use strict";

create(branch, commitMessage, actions, params = {}) {
return this.fetch('GET', undefined, {}, {
return this.fetch('POST', undefined, {}, {
body: Object.assign({}, params, { branch, commit_message: commitMessage, actions }),

@@ -22,0 +22,0 @@ });

{
"name": "gitlab-fetch",
"version": "0.2.0",
"version": "0.2.1",
"author": "Jay Anslow <jay@anslow.me.uk>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc