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

google-oauth-jwt

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-oauth-jwt - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/token-cache.js

@@ -55,3 +55,3 @@ var auth = require('./auth');

if (this.issued + this.duration > new Date().getTime()) {
if (this.issued + this.duration < new Date().getTime()) {
this.status = 'expired';

@@ -58,0 +58,0 @@ this.get(callback);

{
"name": "google-oauth-jwt",
"version": "0.0.6",
"version": "0.0.7",
"author": {

@@ -5,0 +5,0 @@ "name": "Nicolas Mercier",

@@ -190,2 +190,3 @@ # google-oauth-jwt

* 0.0.7: fixed token expiration check
* 0.0.6: fixed request function call when using a URI string without options

@@ -192,0 +193,0 @@ * 0.0.5: token now passed using Authorization header (thank you jpd236)

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