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

passport-token-google

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-token-google - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/index.js

@@ -1,2 +0,2 @@

const Strategy = require('./strategy')
var Strategy = require('./strategy')

@@ -3,0 +3,0 @@ require('pkginfo')(module, 'version')

{
"name": "passport-token-google",
"version": "0.1.0",
"version": "0.1.1",
"description": "Google token authentication strategy for Passport.",

@@ -21,8 +21,19 @@ "author": {

},
"engines": { "node": ">= 0.4.0" },
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"keywords": ["passport", "google", "auth", "authn", "authentication", "identity"]
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"passport",
"google",
"auth",
"authn",
"authentication",
"identity"
]
}

@@ -15,3 +15,3 @@ # Passport-Token-Google

$ npm install passport-google-token
$ npm install passport-token-google

@@ -18,0 +18,0 @@ ## Usage

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