You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-gitlab2

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-gitlab2 - npm Package Compare versions

Comparing version

to
1.0.0-alpha-14

8

lib/updateRepositoryFile.js

@@ -12,3 +12,9 @@ const gitlab = require('node-gitlab');

node.on('input', msg => {
const { branch_name, encoding, content, commit_message } = msg.payload;
const {
branch_name,
encoding,
content,
commit_message,
file_path
} = msg.payload;
const { api, privateToken, id } = getNodeConfig(node, RED, msg);

@@ -15,0 +21,0 @@ const client = gitlab.create({ api, privateToken });

2

package.json
{
"name": "node-red-contrib-gitlab2",
"version": "1.0.0-alpha-13",
"version": "1.0.0-alpha-14",
"description": "Node-RED node using GitLab APIs",

@@ -5,0 +5,0 @@ "repository": {