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

gitlab

Package Overview
Dependencies
Maintainers
1
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 0.2.10 to 0.3.1

7

lib/ApiBaseHTTP.js

@@ -73,2 +73,5 @@ // Generated by CoffeeScript 1.6.3

}
if ('boolean' !== typeof this.options['strict-ssl']) {
this.options['strict-ssl'] = true;
}
return this.debug("ApiBaseHTTP::handleOptions()");

@@ -231,2 +234,6 @@ };

}
if (!this.options['strict-ssl']) {
options.strictSSL = false;
options.rejectUnauthorized = false;
}
request = httpClient.request(options);

@@ -233,0 +240,0 @@ if (post_data != null) {

2

package.json
{
"name": "gitlab",
"version": "0.2.10",
"version": "0.3.1",
"description": "gitlab api nodejs library",

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

@@ -27,1 +27,5 @@ node-gitlab

MIT
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/moul/node-gitlab/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

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