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.3 to 2.3.4

6

CHANGES.md

@@ -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 @@ =========================

2

lib/scope.js

@@ -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": {

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