Socket
Socket
Sign inDemoInstall

node-gitlab

Package Overview
Dependencies
2
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

5

History.md
0.0.4 / 2013-03-27
==================
* add client.projects.getByPath()
0.0.3 / 2013-03-26

@@ -3,0 +8,0 @@ ==================

@@ -22,1 +22,14 @@ /*!

module.exports = Project;
/**
* Get Project info by path.
*
* /api/v3/project?private_token=xxx&&path=fengmk2/fawave
*
* @param {Object} params
* - {String} path
* @param {Function(err, project)} callback
*/
Project.prototype.getByPath = function (params, callback) {
this.client.request('get', '/project', params, callback);
};

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc