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

node-gitlab

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gitlab - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

History.md
0.0.3 / 2013-03-26
==================
* support custom token
* open create issue case
0.0.2 / 2013-03-25

@@ -3,0 +9,0 @@ ==================

5

lib/gitlab.js

@@ -51,3 +51,6 @@ /*!

}
data.private_token = this.privateToken;
// support custom token
if (data.private_token === undefined) {
data.private_token = this.privateToken;
}
var url = this.api + pathname;

@@ -54,0 +57,0 @@ urllib.request(url, {

2

package.json
{
"name": "node-gitlab",
"version": "0.0.2",
"version": "0.0.3",
"description": "gitlab",

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

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