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.6 to 1.3.7

2

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

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

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

const metadata = responseJson.client_metadata || null;
console.log(this.tracer.tracing);
return this.tracer.dump(metadata);

@@ -349,2 +348,3 @@ }

const success = response.status < 400;
console.log(this.tracer.currentTracing);
return this.tracer.dump(success);

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