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

passport-oneauth

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-oneauth - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "passport-oneauth",
"version": "1.2.2",
"version": "1.2.3",
"description": "Passport strategy for oneauth server",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,2 +12,3 @@ /**

profile.id = String(json.id);
profile.username = json.username;
profile.name = json.firstname + " " + json.lastname;

@@ -14,0 +15,0 @@ profile.email = json.email;

@@ -29,2 +29,3 @@ import {Strategy as OAuth2Strategy} from 'passport-oauth2'

code: string;
username: string;
name: string;

@@ -31,0 +32,0 @@ batch_id: number;

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