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

gapitoken-generic

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gapitoken-generic - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

gapitoken.js

@@ -13,3 +13,3 @@ var https = require('https');

this.prn = options.prn;
this.aud = options.audience || 'https://accounts.google.com/o/oauth2/token';
this.aud = options.aud || 'https://accounts.google.com/o/oauth2/token';
this.host = options.host || 'accounts.google.com';

@@ -16,0 +16,0 @@ this.path = options.path || '/o/oauth2/token';

{
"name": "gapitoken-generic",
"version": "0.0.3",
"description": "Node.js module for Google-compatible API service account authorization (Server to Server flow)",
"main": "gapitoken.js",
"repository": {
"type": "git",
"url": "git://github.com/lynnaloo/node-gapitoken.git"
},
"keywords": [
"jwt",
"jws",
"google",
"api",
"token",
"service"
],
"author": {
"name": "Linda Nichols <lynnaloo@gmail.com>"
},
"contributors": [
{
"name": "Gal Ben-Haim"
},
{
"name": "Linda Nichols",
"email": "lynnaloo@gmail.com"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"jws": "0.0.2"
}
"name": "gapitoken-generic",
"version": "0.0.4",
"description": "Node.js module for Google-compatible API service account authorization (Server to Server flow)",
"main": "gapitoken.js",
"repository": {
"type": "git",
"url": "git://github.com/lynnaloo/node-gapitoken.git"
},
"keywords": [
"jwt",
"jws",
"google",
"api",
"token",
"service"
],
"author": {
"name": "Linda Nichols <lynnaloo@gmail.com>"
},
"contributors": [
{
"name": "Gal Ben-Haim"
},
{
"name": "Linda Nichols",
"email": "lynnaloo@gmail.com"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"jws": "0.0.2"
}
}
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