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.7 to 2.4.0

32

CHANGES.md

@@ -0,1 +1,7 @@

2016-03-04, Version 2.4.0
=========================
* Remove license check (Raymond Feng)
2016-02-19, Version 2.3.7

@@ -96,2 +102,4 @@ =========================

* 2.0.0-rc3 (Raymond Feng)
* Fixed a minor bug where comparison of allowedScopes and tokenScopes is incorrect (Roy Klopper)

@@ -103,2 +111,4 @@

* 2.0.0-rc2 (Raymond Feng)
* Fix token deletion (Raymond Feng)

@@ -110,2 +120,4 @@

* 2.0.0-rc1 (Raymond Feng)
* Add revoke middleware (Raymond Feng)

@@ -117,2 +129,4 @@

* 2.0.0-beta9 (Raymond Feng)
* Upgrade to jws 3.0.0 (Raymond Feng)

@@ -124,2 +138,4 @@

* 2.0.0-beta8 (Raymond Feng)
* Fix up the model definitions (Raymond Feng)

@@ -131,2 +147,4 @@

* 2.0.0-beta7 (Raymond Feng)
* Tidy up scope definition (Raymond Feng)

@@ -138,2 +156,4 @@

* 2.0.0-beta6 (Raymond Feng)
* Tidy up token validations (Raymond Feng)

@@ -151,2 +171,4 @@

* 2.0.0-beta5 (Raymond Feng)
* Add tokenTypes (Raymond Feng)

@@ -348,2 +370,6 @@

2014-01-05, Version 1.0.1
=========================
* Bump version to 1.0.1. (Jared Hanson)

@@ -361,2 +387,6 @@

2013-09-24, Version 1.0.0
=========================
* Bump version to 1.0.0. (Jared Hanson)

@@ -528,2 +558,4 @@

* Update support files. (Jared Hanson)
* Port authorizationCode exchange test cases to Mocha. (Jared Hanson)

@@ -530,0 +562,0 @@

1

lib/index.js

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

require('strongloop-license')('gateway:gateway=StrongLoop API Gateway', 'EXIT');
/**

@@ -3,0 +2,0 @@ * Module dependencies.

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

@@ -31,4 +31,4 @@ "keywords": [

"jws": "^3.0.0",
"passport": "^0.2.2",
"passport-http": "^0.2.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",

@@ -39,4 +39,3 @@ "passport-local": "^1.0.0",

"path-to-regexp": "^1.2.0",
"pkginfo": "^0.3.0",
"strongloop-license": "^1.3.0",
"pkginfo": "^0.4.0",
"uid2": "^0.0.3",

@@ -47,3 +46,3 @@ "utils-merge": "^1.0.0"

"mocha": "^2.2.5",
"chai": "^2.3.0",
"chai": "^3.5.0",
"chai-connect-middleware": "^0.3.1",

@@ -50,0 +49,0 @@ "chai-oauth2orize-grant": "^0.2.0",

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