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

auth0

Package Overview
Dependencies
Maintainers
3
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.4.0 to 0.4.1

2

lib/api.js

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

if (r.statusCode === 404) { return done(); }
if (r.statusCode.toString().substr(0, 1) !== '2') { return done(new ApiError(body. r.statusCode)); }
if (r.statusCode.toString().substr(0, 1) !== '2') { return done(new ApiError(body, r.statusCode)); }
done();

@@ -549,0 +549,0 @@ }.bind(this));

{
"name": "auth0",
"version": "0.4.0",
"version": "0.4.1",
"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