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.7 to 1.3.8

2

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

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

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

try {
const url = `${this.auth0TenantUrl}${USER_URL}/${userId}/${USER_ROLES_URL}`;
const url = `${this.auth0TenantUrl}${USER_URL}/${userId}${USER_ROLES_URL}`;
this.tracer.crumb({ url });

@@ -331,0 +331,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