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.0.0-rc3 to 2.0.0

10

CHANGES.md

@@ -1,4 +0,12 @@

2015-05-18, Version 2.0.0-rc3
2015-05-28, Version 2.0.0
=========================
* Change license to StrongLoop (Raymond Feng)
2015-05-17, Version 2.0.0-rc3
=============================
* 2.0.0-rc3 (Raymond Feng)
* Fixed a minor bug where comparison of allowedScopes and tokenScopes is incorrect (Roy Klopper)

@@ -5,0 +13,0 @@

18

package.json
{
"name": "loopback-component-oauth2",
"version": "2.0.0-rc3",
"version": "2.0.0",
"description": "OAuth 2.0 provider for LoopBack",

@@ -27,7 +27,7 @@ "keywords": [

"dependencies": {
"async": "^0.9.0",
"async": "^1.0.0",
"connect-ensure-login": "^0.1.1",
"debug": "^2.1.3",
"debug": "^2.2.0",
"jws": "^3.0.0",
"passport": "^0.2.1",
"passport": "^0.2.2",
"passport-http": "^0.2.2",

@@ -38,3 +38,3 @@ "passport-http-bearer": "^1.0.1",

"passport-strategy": "^1.0.0",
"path-to-regexp": "^1.0.3",
"path-to-regexp": "^1.2.0",
"pkginfo": "^0.3.0",

@@ -45,4 +45,4 @@ "uid2": "^0.0.3",

"devDependencies": {
"mocha": "^2.2.4",
"chai": "^2.2.0",
"mocha": "^2.2.5",
"chai": "^2.3.0",
"chai-connect-middleware": "^0.3.1",

@@ -56,8 +56,8 @@ "chai-oauth2orize-grant": "^0.2.0",

"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"license": {
"name": "Dual Artistic-2.0/StrongLoop",
"name": "StrongLoop",
"url": "https://github.com/strongloop/loopback-component-oauth2/blob/master/LICENSE"
}
}

Sorry, the diff of this file is not supported yet

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