Socket
Socket
Sign inDemoInstall

@auth0-kits/server

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth0-kits/server - npm Package Compare versions

Comparing version 1.3.10 to 1.3.11

2

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

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

@@ -240,5 +240,3 @@ const querystring = require('querystring');

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

@@ -255,3 +253,3 @@

headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Type': 'application/json',
'Authorization': `Bearer ${managementToken}`,

@@ -258,0 +256,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc