Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
Maintainers
2
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 1.0.15 to 1.0.16

6

lib/apirequest.js

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

var parseString = require('string-template');
var querystring = require('querystring');

@@ -176,3 +177,6 @@ function isReadableStream(obj) {

options.qs = params;
if(Object.keys(params).length) {
options.url += '?' + querystring.stringify(params);
}
options = utils.extend({}, context.google._options, context._options, options);

@@ -179,0 +183,0 @@ delete options.auth; // is overridden by our auth code

2

package.json
{
"name": "googleapis",
"version": "1.0.15",
"version": "1.0.16",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "description": "Google APIs Client Library for Node.js",

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