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

gitlab-olalonde

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-olalonde - npm Package Compare versions

Comparing version 1.7.1 to 2.0.0

13

lib/ApiBaseHTTP.js

@@ -94,4 +94,2 @@ (function() {

return function(err, response, ret) {
var arity;
arity = fn.length;
if (err) {

@@ -102,12 +100,5 @@ if (!(err instanceof Error)) {

err.response = response;
fn(err);
return fn(err);
}
switch (arity) {
case 1:
return fn(ret);
case 2:
return fn(err, ret || maybeParse(response.body));
case 3:
return fn(err, response, ret);
}
return fn(null, ret, response);
};

@@ -114,0 +105,0 @@ })(this);

2

package.json
{
"name": "gitlab-olalonde",
"version": "1.7.1+dev",
"version": "2.0.0",
"description": "GitLab API Nodejs library.",

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

Sorry, the diff of this file is not supported yet

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