Socket
Socket
Sign inDemoInstall

gitlab-fetch

Package Overview
Dependencies
17
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0-dev.13611810 to 0.4.0-dev.13612137

2

lib/apis/users.js

@@ -21,3 +21,3 @@ "use strict";

getSSHKeys(params = {}) {
return this.fetch('GET', '/keys', undefined, Object.assign({}, params, { baseApiPath: '/user' }));
return this.fetch('GET', '/keys', params, { baseApiPath: '/user' });
}

@@ -24,0 +24,0 @@ }

{
"name": "gitlab-fetch",
"version": "0.4.0-dev.13611810",
"version": "0.4.0-dev.13612137",
"author": "Jay Anslow <jay@anslow.me.uk>",

@@ -31,5 +31,5 @@ "license": "MIT",

"devDependencies": {
"@types/debug": "0.0.29",
"@types/debug": "0.0.30",
"@types/node-fetch": "^1.6.7",
"@types/query-string": "^3.0.31",
"@types/query-string": "^5.0.1",
"@types/rc": "0.0.1",

@@ -41,7 +41,7 @@ "tslint": "^5.8.0",

"@types/node": "^8.0.47",
"debug": "^2.6.0",
"debug": "^3.1.0",
"node-fetch": "^1.6.3",
"query-string": "^4.2.3",
"query-string": "^5.0.1",
"rc": "^1.1.6"
}
}

Sorry, the diff of this file is not supported yet

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