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

gtoken

Package Overview
Dependencies
Maintainers
7
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtoken - npm Package Versions

1245

4.1.4

Diff

Changelog

Source

4.1.4 (2020-01-06)

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (f1ae7b6)
  • deps: update dependency jws to v4 (#251) (e13542f)
google-wombot
published 4.1.3 •

Changelog

Source

4.1.3 (2019-11-15)

Bug Fixes

google-wombot
published 4.1.2 •

Changelog

Source

4.1.2 (2019-11-13)

Bug Fixes

google-wombot
published 4.1.1 •

Changelog

Source

4.1.1 (2019-10-31)

Bug Fixes

google-wombot
published 4.1.0 •

Changelog

Source

4.1.0 (2019-09-24)

Features

  • allow upstream libraries to force token refresh (#229) (1fd4dd1)
google-wombot
published 4.0.0 •

Changelog

Source

4.0.0 (2019-07-09)

⚠ BREAKING CHANGES

  • This commit creates multiple breaking changes. The getToken() method previously returned Promise<string>, where the string was the access_token returned from the response. However, the oauth2 endpoint could return a variety of other fields, such as an id_token in special cases.
const token = await getToken();
// old response: 'some.access.token'
// new response: { access_token: 'some.access.token'}

To further support this change, the GoogleToken class no longer exposes a token variable. It now exposes rawToken, accessToken, and idToken fields which can be used to access the relevant values returned in the response.

Bug Fixes

google-wombot
published 3.0.2 •

Changelog

Source

3.0.2 (2019-06-26)

Bug Fixes

google-wombot
published 3.0.1 •

Changelog

Source

3.0.1 (2019-06-13)

Bug Fixes

google-wombot
published 3.0.0 •

Changelog

Source

3.0.0 (2019-05-07)

Bug Fixes

  • deps: update dependency gaxios to v2 (#191) (da65ea7)
  • deps: update dependency google-p12-pem to v2 (#196) (b510f06)
  • fs.readFile does not exist in browser (#186) (a16d8e7)

Build System

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#194)
google-node-team
published 2.3.3 •

Changelog

Source

v2.3.3

03-13-2019 14:54 PDT

Bug Fixes

  • fix: propagate error message (#173)

Documentation

  • docs: update links in contrib guide (#171)
  • docs: move CONTRIBUTING.md to root (#166)
  • docs: add lint/fix example to contributing guide (#164)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#176)
  • build: use node10 to run samples-test, system-test etc (#175)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#170)
  • build: create docs test npm scripts (#169)
  • build: test using @grpc/grpc-js in CI (#168)
  • build: ignore googleapis.com in doc link check (#162)
  • build: check for 404s on all docs
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