You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@nicokaiser/passport-apple

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nicokaiser/passport-apple - npm Package Compare versions

Comparing version

to
2.0.0

LICENSE

4

CHANGELOG.md

@@ -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 @@

27

package.json
{
"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
[![Build Status](https://travis-ci.org/nicokaiser/passport-apple.svg?branch=master)](https://travis-ci.org/nicokaiser/passport-apple)
[![NPM version](https://badge.fury.io/js/%40nicokaiser%2Fpassport-apple.svg)](https://www.npmjs.com/package/@nicokaiser/passport-apple)
[![Dependencies](https://david-dm.org/nicokaiser/passport-apple.svg)](https://david-dm.org/nicokaiser/passport-apple)
[![ci](https://github.com/nicokaiser/passport-apple/actions/workflows/ci.yml/badge.svg)](https://github.com/nicokaiser/passport-apple/actions/workflows/ci.yml)
[![NPM version](https://img.shields.io/npm/v/%40nicokaiser%2Fpassport-apple.svg?style=flat)](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