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

auth0

Package Overview
Dependencies
Maintainers
43
Versions
158
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 4.15.0 to 4.16.0

dist/cjs/auth/backchannel.d.ts

2

dist/cjs/auth/index.d.ts

@@ -0,1 +1,2 @@

import { Backchannel } from './backchannel.js';
import { AuthenticationClientOptions } from './base-auth-api.js';

@@ -14,3 +15,4 @@ import { Database } from './database.js';

passwordless: Passwordless;
backchannel: Backchannel;
constructor(options: AuthenticationClientOptions);
}

@@ -18,2 +18,3 @@ "use strict";

exports.AuthenticationClient = exports.AuthApiError = exports.IdTokenValidatorError = void 0;
const backchannel_js_1 = require("./backchannel.js");
const database_js_1 = require("./database.js");

@@ -34,2 +35,3 @@ const oauth_js_1 = require("./oauth.js");

this.passwordless = new passwordless_js_1.Passwordless(options);
this.backchannel = new backchannel_js_1.Backchannel(options);
}

@@ -36,0 +38,0 @@ }

2

dist/cjs/version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "4.15.0";
export declare const version = "4.16.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '4.15.0';
exports.version = '4.16.0';
//# sourceMappingURL=version.js.map

@@ -0,1 +1,2 @@

import { Backchannel } from './backchannel.js';
import { AuthenticationClientOptions } from './base-auth-api.js';

@@ -14,3 +15,4 @@ import { Database } from './database.js';

passwordless: Passwordless;
backchannel: Backchannel;
constructor(options: AuthenticationClientOptions);
}

@@ -0,1 +1,2 @@

import { Backchannel } from './backchannel.js';
import { Database } from './database.js';

@@ -14,4 +15,5 @@ import { OAuth } from './oauth.js';

this.passwordless = new Passwordless(options);
this.backchannel = new Backchannel(options);
}
}
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

export declare const version = "4.15.0";
export declare const version = "4.16.0";

@@ -1,2 +0,2 @@

export const version = '4.15.0';
export const version = '4.16.0';
//# sourceMappingURL=version.js.map
{
"name": "auth0",
"version": "4.15.0",
"version": "4.16.0",
"description": "SDK for Auth0 API v2",

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

@@ -40,3 +40,3 @@ ![Node.js client library for Auth0](https://cdn.auth0.com/website/sdks/banner/node-auth0-banner.png)

const auth0 = new AuthenticationClient({
domain: '{YOUR_ACCOUNT}.auth0.com',
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
clientId: '{OPTIONAL_CLIENT_ID}',

@@ -43,0 +43,0 @@ clientSecret: '{OPTIONAL_CLIENT_SECRET}',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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