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

@feathersjs/authentication-oauth2

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-oauth2 - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.3.1](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.3.0...@feathersjs/authentication-oauth2@1.3.1) (2019-01-26)
### Bug Fixes
* **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.7...@feathersjs/authentication-oauth2@1.3.0) (2019-01-06)

@@ -8,0 +19,0 @@

2

lib/index.js

@@ -94,3 +94,3 @@ const Debug = require('debug');

errorHandler,
auth.express.emitEvents(authSettings),
auth.express.emitEvents(authSettings, app),
auth.express.setCookie(authSettings),

@@ -97,0 +97,0 @@ auth.express.successRedirect(),

{
"name": "@feathersjs/authentication-oauth2",
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://feathersjs.com",

@@ -45,14 +45,14 @@ "main": "lib/",

"devDependencies": {
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/authentication": "^2.1.16",
"@feathersjs/feathers": "^3.3.1",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"feathers-memory": "^2.2.0",
"feathers-memory": "^3.0.0",
"mocha": "^5.2.0",
"passport-github": "^1.1.0",
"passport-strategy": "^1.0.0",
"sinon": "^6.1.5",
"sinon": "^7.2.3",
"sinon-chai": "^3.2.0"
},
"gitHead": "563503497817563bccd5b288b70f73b91ac19900"
"gitHead": "2a6dc7019926fb92840045e904c7b9ac61c4c9ea"
}
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