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

loopback-component-oauth2

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-component-oauth2 - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

8

CHANGES.md

@@ -0,1 +1,9 @@

2015-08-31, Version 2.3.6
=========================
* Add debug for authenticate options (Raymond Feng)
* Fix OAuthScope options (Jonathan Woolsey)
2015-08-07, Version 2.3.5

@@ -2,0 +10,0 @@ =========================

2

lib/models/oauth2-models.js

@@ -55,3 +55,3 @@ var tokenDef = require('../../common/models/oauth-token.json');

scopeDef.properties,
scopeDef);
getSettings(scopeDef));

@@ -58,0 +58,0 @@ // "OAuth scope mapping"

@@ -161,2 +161,3 @@ var async = require('async')

options = options || {};
debug('Setting up authentication:', options);

@@ -163,0 +164,0 @@ var authenticators = [];

{
"name": "loopback-component-oauth2",
"version": "2.3.5",
"version": "2.3.6",
"description": "OAuth 2.0 provider for LoopBack",

@@ -51,3 +51,3 @@ "keywords": [

"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.5"
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.6"
},

@@ -54,0 +54,0 @@ "engines": {

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