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

auth0-ext-compilers

Package Overview
Dependencies
Maintainers
3
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.0.0 to 5.0.1

5

lib/adapter.js

@@ -26,7 +26,8 @@ 'use strict';

statusCode: error.statusCode,
}
};
['code', 'errno', 'error', 'error_description', 'data']
.forEach(key => {
if (error[key]) payload[key] = error[key];
console.log(key);
// if (error[key]) payload[key] = error[key];
});

@@ -33,0 +34,0 @@

2

package.json

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

},
"version": "5.0.0",
"version": "5.0.1",
"description": "Webtask compilers for Auth0 platform extensibility points",

@@ -11,0 +11,0 @@ "engines": {

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