Socket
Socket
Sign inDemoInstall

@auth0-kits/server

Package Overview
Dependencies
9
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.11 to 1.3.12

2

package.json
{
"name": "@auth0-kits/server",
"version": "1.3.11",
"version": "1.3.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -225,3 +225,6 @@ const querystring = require('querystring');

async linkAccounts(primaryAccountUserId, secondaryToken) {
async linkAccounts(primaryAccountUserId, {
provider,
secondaryUserId,
} = {}) {
this.tracer.trace('linkAccounts', { primaryAccountUserId, secondaryToken });

@@ -241,3 +244,7 @@

const body = JSON.stringify({ link_with: secondaryToken });
const body = JSON.stringify({
provider,
user_id: secondaryUserId,
});
this.tracer.crumb({ body });

@@ -244,0 +251,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc