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 4.1.2 to 4.1.3

8

build/src/index.d.ts

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

export declare class GoogleToken {
get accessToken(): string | undefined;
get idToken(): string | undefined;
get tokenType(): string | undefined;
get refreshToken(): string | undefined;
readonly accessToken: string | undefined;
readonly idToken: string | undefined;
readonly tokenType: string | undefined;
readonly refreshToken: string | undefined;
expiresAt?: number;

@@ -38,0 +38,0 @@ key?: string;

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

### [4.1.3](https://www.github.com/googleapis/node-gtoken/compare/v4.1.2...v4.1.3) (2019-11-15)
### Bug Fixes
* **deps:** use typescript ~3.6.0 ([#246](https://www.github.com/googleapis/node-gtoken/issues/246)) ([5f725b7](https://www.github.com/googleapis/node-gtoken/commit/5f725b71f080e83058b1a23340acadc0c8704123))
### [4.1.2](https://www.github.com/googleapis/node-gtoken/compare/v4.1.1...v4.1.2) (2019-11-13)

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

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

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

"source-map-support": "^0.5.6",
"typescript": "~3.7.0",
"typescript": "~3.6.0",
"linkinator": "^1.5.0"

@@ -63,0 +63,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