loopback-component-oauth2
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -0,1 +1,7 @@ | ||
2015-07-17, Version 2.3.4 | ||
========================= | ||
* Fix the ref to route.methods (Raymond Feng) | ||
2015-06-25, Version 2.3.3 | ||
@@ -2,0 +8,0 @@ ========================= |
@@ -36,3 +36,3 @@ var pathToRegexp = require('path-to-regexp'); | ||
} else { | ||
var methods = helpers.normalizeList(methods); | ||
var methods = helpers.normalizeList(route.methods); | ||
if (methods.length === 0) { | ||
@@ -39,0 +39,0 @@ methods.push('all'); |
{ | ||
"name": "loopback-component-oauth2", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "OAuth 2.0 provider for LoopBack", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.3" | ||
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.4" | ||
}, | ||
@@ -54,0 +54,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
460964