Socket
Socket
Sign inDemoInstall

googleapis-common

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis-common - npm Package Compare versions

Comparing version 5.0.5 to 5.1.0

7

CHANGELOG.md

@@ -7,2 +7,9 @@ # Changelog

## [5.1.0](https://github.com/googleapis/nodejs-googleapis-common/compare/v5.0.5...v5.1.0) (2022-02-22)
### Features
* **deps:** Update `google-auth-library` to `v7.14.0` ([#446](https://github.com/googleapis/nodejs-googleapis-common/issues/446)) ([c9369d9](https://github.com/googleapis/nodejs-googleapis-common/commit/c9369d9e95795bb974a5a7eb60d32fc4c3e94a2b))
### [5.0.5](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v5.0.4...v5.0.5) (2021-09-03)

@@ -9,0 +16,0 @@

10

package.json
{
"name": "googleapis-common",
"version": "5.0.5",
"version": "5.1.0",
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",

@@ -39,3 +39,3 @@ "repository": "googleapis/nodejs-googleapis-common",

"gaxios": "^4.0.0",
"google-auth-library": "^7.0.2",
"google-auth-library": "^7.14.0",
"qs": "^6.7.0",

@@ -56,3 +56,3 @@ "url-template": "^2.0.8",

"@types/sinon": "^10.0.0",
"@types/tmp": "0.2.1",
"@types/tmp": "0.2.3",
"@types/url-template": "^2.0.28",

@@ -81,4 +81,4 @@ "@types/uuid": "^8.0.0",

"proxyquire": "^2.1.3",
"puppeteer": "^10.0.0",
"sinon": "^11.0.0",
"puppeteer": "^13.0.0",
"sinon": "^13.0.0",
"tmp": "^0.2.0",

@@ -85,0 +85,0 @@ "ts-loader": "^8.0.0",

@@ -7,5 +7,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/googleapis-common.svg)](https://www.npmjs.org/package/googleapis-common)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-googleapis-common/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-googleapis-common)

@@ -62,18 +61,18 @@

Node.js.
If you are using an end-of-life version of Node.js, we recommend that you update
as soon as possible to an actively supported LTS version.
Google's client libraries support legacy versions of Node.js runtimes on a
best-efforts basis with the following warnings:
* Legacy versions are not tested in continuous integration.
* Some security patches and features cannot be backported.
* Dependencies cannot be kept up-to-date.
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
The dist-tags follow the naming convention `legacy-(version)`.
For example, `npm install googleapis-common@legacy-8` installs client libraries
for versions compatible with Node.js 8.
_Legacy Node.js versions are supported as a best effort:_
* Legacy versions will not be tested in continuous integration.
* Some security patches may not be able to be backported.
* Dependencies will not be kept up-to-date, and features will not be backported.
#### Legacy tags available
* `legacy-8`: install client libraries from this dist-tag for versions
compatible with Node.js 8.
## Versioning

@@ -84,6 +83,6 @@

This library is considered to be **General Availability (GA)**. This means it
is stable; the code surface will not change in backwards-incompatible ways
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **GA** libraries
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.

@@ -95,2 +94,3 @@

More Information: [Google Cloud Platform Launch Stages][launch_stages]

@@ -97,0 +97,0 @@

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