Socket
Socket
Sign inDemoInstall

cloudflare-apple-sign-in

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

build/AppleSignIn.js

@@ -67,2 +67,5 @@ import jwt from "@tsndr/cloudflare-worker-jwt";

method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
body: Object.entries({

@@ -98,2 +101,5 @@ client_id: this.clientId,

method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
body: Object.entries({

@@ -100,0 +106,0 @@ client_id: this.clientId,

2

package.json
{
"name": "cloudflare-apple-sign-in",
"version": "1.0.4",
"version": "1.0.5",
"description": "A forked Apple sign-in REST API implementation adapted for Cloudflare Workers.",

@@ -5,0 +5,0 @@ "main": "build/AppleSignIn.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc