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

auth0-ext-compilers

Package Overview
Dependencies
Maintainers
37
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-ext-compilers - npm Package Compare versions

Comparing version 5.5.0 to 5.5.2

lib/compilers/send-phone-message.js

2

client-credentials-exchange.md

@@ -56,3 +56,3 @@

*/
module.exports = function (client, scope, audience, context cb) {
module.exports = function (client, scope, audience, context, cb) {
// call the callback with an error to signal authorization failure

@@ -59,0 +59,0 @@ // or with a mapping of claims to values (including scopes).

@@ -10,3 +10,4 @@ 'use strict';

'post-user-registration': require('./lib/compilers/user-registration'),
'send-phone-message': require('./lib/compilers/send-phone-message'),
'generic': require('./lib/compilers/generic'),
};

@@ -8,3 +8,3 @@ {

},
"version": "5.5.0",
"version": "5.5.2",
"description": "Webtask compilers for Auth0 platform extensibility points",

@@ -32,3 +32,3 @@ "engines": {

"devDependencies": {
"mocha": "^2.4.5",
"mocha": "^7.0.1",
"webtask-runtime": "^1.3.0"

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