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

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
1
Versions
607
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/rest-api - npm Package Compare versions

Comparing version 1.17.0 to 1.17.1-alpha.464206775

1

interfaces.d.ts

@@ -18,2 +18,3 @@ export interface IFronteggRecord {

additionalHeadersResolver?: () => Promise<KeyValuePair[]> | KeyValuePair[];
currentUserRoles?: string[];
requestCredentials?: RequestCredentials;

@@ -20,0 +21,0 @@ urlPrefix?: string;

4

package.json
{
"name": "@frontegg/rest-api",
"libName": "FronteggRestApi",
"version": "1.17.0",
"version": "1.17.1-alpha.464206775",
"author": "Frontegg LTD",

@@ -12,5 +12,5 @@ "module": "index.esm.js",

},
"gitHead": "6263d66eb5de385093da0d4af5a312c41a65a4e9",
"gitHead": "f184614cc2f9d6d92395bd45c29ba47ffb7d31da",
"main": "index.js",
"peerDependencies": {}
}

@@ -61,2 +61,4 @@ import { QueryFilter, QuerySort } from '../interfaces';

name: string;
permissions?: string[];
permissionLevel?: number;
};

@@ -63,0 +65,0 @@ export declare type ITeamStats = {

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