gitlab-fetch
Advanced tools
Comparing version 0.4.0-dev.13611810 to 0.4.0-dev.13612137
@@ -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
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
85877
+ Addeddebug@3.2.7(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedms@2.1.3(transitive)
+ Addedquery-string@5.1.1(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
- Removedquery-string@4.3.4(transitive)
Updateddebug@^3.1.0
Updatedquery-string@^5.0.1