Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

6

lib/auth/jwtclient.js

@@ -32,6 +32,7 @@ /**

*/
function JWT(email, keyFile, scopes) {
function JWT(email, keyFile, key, scopes) {
JWT.super_.call(this);
this.email = email;
this.keyFile = keyFile;
this.key = key;
this.scopes = scopes;

@@ -55,3 +56,4 @@ this.GAPI = GAPI;

scope: that.scopes.join(' '),
keyFile: that.keyFile
keyFile: that.keyFile,
key : that.key
}, function(err) {

@@ -58,0 +60,0 @@ if (err) {

@@ -193,2 +193,3 @@ /**

var params = this.params || {};
rootUrl = rootUrl.replace(/\/+$/, ''); // Remove any trailing slashes.

@@ -195,0 +196,0 @@ if (!this.body) {

{
"name": "googleapis",
"version": "0.4.5",
"version": "0.4.6",
"author": "Google Inc.",

@@ -30,3 +30,3 @@ "description": "Google APIs Client Library for Node.js",

"async": "0.2.6",
"gapitoken": "0.0.3"
"gapitoken": "0.1.0"
},

@@ -33,0 +33,0 @@ "devDependencies" : {

@@ -10,2 +10,7 @@ # google-api-nodejs-client [alpha]

### Questions/problems?
* Ask your development related questions on [![Ask a question on Stackoverflow](https://googledrive.com/host/0ByfSjdPVs9MZbkhjeUhMYzRTeEE/stackoveflow-tag.png)](http://stackoverflow.com/questions/tagged/google-api-nodejs-client)
* If you found a bug, please [file a bug](https://github.com/google/google-api-nodejs-client/issues).
**Note**: This library is currently in *alpha* status, meaning that we can make

@@ -12,0 +17,0 @@ changes in the future that *may not be compatible* with the previous versions.

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