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-12

3

lib/createRepositoryFile.js

@@ -28,7 +28,8 @@ const gitlab = require('node-gitlab');

node.error(error, msg);
node.send([null, msg]);
} else {
msg.payload = body;
node.log(RED._('Succeeded to API Call.'));
node.send([msg, null]);
}
node.send(msg);
}

@@ -35,0 +36,0 @@ );

@@ -21,7 +21,8 @@ const gitlab = require('node-gitlab');

node.error(error, msg);
node.send([null, msg]);
} else {
msg.payload = body;
node.log(RED._('Succeeded to API Call.'));
node.send([msg, null]);
}
node.send(msg);
}

@@ -28,0 +29,0 @@ );

@@ -28,7 +28,8 @@ const gitlab = require('node-gitlab');

node.error(error, msg);
node.send([null, msg]);
} else {
msg.payload = body;
node.log(RED._('Succeeded to API Call.'));
node.send([msg, null]);
}
node.send(msg);
}

@@ -35,0 +36,0 @@ );

{
"name": "node-red-contrib-gitlab2",
"version": "1.0.0-alpha-11",
"version": "1.0.0-alpha-12",
"description": "Node-RED node using GitLab APIs",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet