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

@frontegg/client

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/client - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

1

dist/src/middleware/index.js

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

'x-access-token': authenticator.accessToken,
'Authorization': "Bearer " + authenticator.accessToken,
'frontegg-tenant-id': context ? context.tenantId : ''

@@ -56,0 +57,0 @@ }

2

package.json
{
"name": "@frontegg/client",
"version": "1.0.21",
"version": "1.0.22",
"description": "Frontegg Javascript Library for backend",

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

@@ -17,2 +17,3 @@ import { FronteggAuthenticator } from '../authenticator'

'x-access-token': authenticator.accessToken,
'Authorization': `Bearer ${authenticator.accessToken}`,
'frontegg-tenant-id': context ? context.tenantId : ''

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