node-gitlab
Advanced tools
Comparing version 0.0.2 to 0.0.3
0.0.3 / 2013-03-26 | ||
================== | ||
* support custom token | ||
* open create issue case | ||
0.0.2 / 2013-03-25 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -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, { |
{ | ||
"name": "node-gitlab", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "gitlab", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11912
239
0