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

gitlab

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

docs/ApiBase.html

2

lib/Models/ProjectMergeRequests.js

@@ -77,3 +77,3 @@ (function() {

if (assigneeId !== void 0) {
params.assigneeId = parseInt(assigneeId);
params.assignee_id = parseInt(assigneeId);
}

@@ -80,0 +80,0 @@ return this.post("projects/" + (Utils.parseProjectId(projectId)) + "/merge_requests", params, (function(_this) {

{
"name": "gitlab",
"version": "1.7.0",
"version": "1.7.1",
"description": "GitLab API Nodejs library.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -125,2 +125,9 @@ node-gitlab

[1.7.1](https://github.com/node-gitlab/node-gitlab/tree/v1.7.1) (2016-08-04)
-------------------
- Bug: fix create MR ([@zhangqingyv](https://github.com/zhangqingyv))
[Full commits list](https://github.com/node-gitlab/node-gitlab/compare/v1.7.0...v1.7.1)
[1.7.0](https://github.com/node-gitlab/node-gitlab/tree/v1.7.0) (2016-07-11)

@@ -127,0 +134,0 @@ ----------------------

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