New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.27 to 1.0.28

4

dist/src/middleware/index.js

@@ -60,4 +60,4 @@ "use strict";

'x-access-token': authenticator.accessToken,
'frontegg-tenant-id': context ? context.tenantId : '',
'frontegg-user-id': context ? context.userId : '',
'frontegg-tenant-id': context && context.tenantId ? context.tenantId : '',
'frontegg-user-id': context && context.userId ? context.userId : '',
},

@@ -64,0 +64,0 @@ })];

{
"name": "@frontegg/client",
"version": "1.0.27",
"version": "1.0.28",
"description": "Frontegg Javascript Library for backend",

@@ -5,0 +5,0 @@ "main": "dist/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