@passport-next/passport-facebook
Advanced tools
Comparing version 3.1.1 to 3.1.2
This changelog follows Semantic Versioning https://semver.org/ | ||
# 3.1.2 (2019-08-26) | ||
### Patch | ||
* Updated npm deps @rwky | ||
* Fixed tests with live facebook tokens @rwky | ||
* Tested against API v4 @rwky | ||
* Updated travis to use supported node versions @rwky | ||
# 3.1.1 (2019-02-13) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@passport-next/passport-facebook", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Facebook authentication strategy for Passport.", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@passport-next/passport-oauth2": "^1.7.1" | ||
"@passport-next/passport-oauth2": "^2.x.x" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
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
24771
+ Added@passport-next/passport-oauth2@2.1.4(transitive)
- Removed@passport-next/passport-oauth2@1.7.1(transitive)