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.26-0 to 1.0.26-1

2

dist/src/middleware/index.d.ts
import { FronteggPermissions } from '../permissions';
declare type fronteggContextResolver = (req: Request) => Promise<{
tenantId: string;
userEmail: string;
userId: string;
permissions: FronteggPermissions[];

@@ -6,0 +6,0 @@ }>;

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

'frontegg-tenant-id': context ? context.tenantId : '',
'frontegg-user-id': context ? context.userId : '',
},

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

{
"name": "@frontegg/client",
"version": "1.0.26-0",
"version": "1.0.26-1",
"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