Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth0

Package Overview
Dependencies
Maintainers
7
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0 - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

5

lib/Client.js

@@ -21,2 +21,3 @@ var request = require('request');

this.tokenUrl = 'https://' + options.domain + '/oauth/token';
this.api2Url = 'https://' + options.domain + '/api/v2';
this.options = options;

@@ -32,2 +33,6 @@ }

if (options.audience) {
body.audience = options.audience;
}
var tokenUrl = 'https://' + options.domain + '/oauth/token';

@@ -34,0 +39,0 @@

2

package.json
{
"name": "auth0",
"version": "0.8.3",
"version": "0.8.4",
"description": "Client library for the Auth0 platform",

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

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