express-authenticators
Advanced tools
Comparing version
@@ -136,3 +136,3 @@ "use strict"; | ||
// response is empty if success | ||
const res = yield (0, util_1.jsonFetch)('https://appleid.apple.com/auth/revoke', { | ||
const res = yield fetch('https://appleid.apple.com/auth/revoke', { | ||
method: 'POST', | ||
@@ -139,0 +139,0 @@ headers: { |
{ | ||
"name": "express-authenticators", | ||
"version": "1.0.0-pre-4", | ||
"version": "1.0.0-pre-5", | ||
"description": "Third party authenticators in nodejs. Support various providers. Almost zero dependencies.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
147785
-0.01%4
33.33%