New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-authenticators

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-authenticators - npm Package Compare versions

Comparing version

to
1.0.0-pre-5

2

lib/vendors/apple.js

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