Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gtoken

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtoken - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

6

build/src/index.d.ts

@@ -0,1 +1,7 @@

/**
* Copyright 2018 Google LLC
*
* Distributed under MIT license.
* See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
import { GaxiosOptions, GaxiosPromise } from 'gaxios';

@@ -2,0 +8,0 @@ export interface Transporter {

19

build/src/index.js
"use strict";
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/**
* Copyright 2018 Google LLC
*
* Distributed under MIT license.
* See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,0 +9,0 @@ exports.GoogleToken = void 0;

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

## [6.1.1](https://github.com/googleapis/node-gtoken/compare/v6.1.0...v6.1.1) (2022-08-04)
### Bug Fixes
* **deps:** update gaxios to 5.0.1 ([#436](https://github.com/googleapis/node-gtoken/issues/436)) ([0d5d0e9](https://github.com/googleapis/node-gtoken/commit/0d5d0e9c6ec51911f1e44d97c02dc0cd791c7d05))
## [6.1.0](https://github.com/googleapis/node-gtoken/compare/v6.0.1...v6.1.0) (2022-06-28)

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

{
"name": "gtoken",
"version": "6.1.0",
"version": "6.1.1",
"description": "Node.js Google Authentication Service Account Tokens",

@@ -42,3 +42,3 @@ "main": "./build/src/index.js",

"dependencies": {
"gaxios": "^4.0.0",
"gaxios": "^5.0.1",
"google-p12-pem": "^4.0.0",

@@ -54,3 +54,3 @@ "jws": "^4.0.0"

"gts": "^3.0.0",
"linkinator": "^2.0.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",

@@ -57,0 +57,0 @@ "nock": "^13.0.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