Comparing version 0.8.3 to 0.8.4
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
84710
1426
2