@nicokaiser/passport-apple
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
## 2.0.0 (2022-12-29) | ||
- BREAKING CHANGE: drop support for Node < 12 | ||
## 1.0.0 (2021-10-12) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@nicokaiser/passport-apple", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Sign in with Apple strategy for Passport", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"dependencies": { | ||
"jsonwebtoken": "^8.5.1", | ||
"jwks-rsa": "^2.0.5", | ||
"oauth": "^0.9.15", | ||
"jsonwebtoken": "^9.0.0", | ||
"jwks-rsa": "^3.0.0", | ||
"oauth": "^0.10.0", | ||
"passport-strategy": "^1.0.0", | ||
@@ -40,15 +40,18 @@ "uid2": "1.0.0" | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"chai": "^4.3.7", | ||
"chai-passport-strategy": "^3.0.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.2", | ||
"mocha": "^9.1.3", | ||
"prettier": "^2.4.1" | ||
"eslint": "^8.30.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.2", | ||
"lint-staged": "^13.1.0", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.1" | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
} | ||
} |
# Sign in with Apple strategy for Passport | ||
[](https://travis-ci.org/nicokaiser/passport-apple) | ||
[](https://www.npmjs.com/package/@nicokaiser/passport-apple) | ||
[](https://david-dm.org/nicokaiser/passport-apple) | ||
[](https://github.com/nicokaiser/passport-apple/actions/workflows/ci.yml) | ||
[](https://www.npmjs.com/package/@nicokaiser/passport-apple) | ||
@@ -145,4 +144,2 @@ [Passport](http://www.passportjs.org/) strategy for authenticating with [Sign in with Apple](https://developer.apple.com/sign-in-with-apple/). | ||
[The MIT License](http://opensource.org/licenses/MIT) | ||
Copyright (c) 2019 Nico Kaiser <[https://kaiser.me/](https://kaiser.me/)> | ||
Licensed under [MIT](./LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25873
3.35%14
7.69%145
-2.03%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated