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.43 to 1.0.44

6

dist/src/permissions/index.d.ts

@@ -8,2 +8,8 @@ export declare class FronteggPermissions {

};
static Notifications: {
Read: string;
ChangeStatus: string;
Pin: string;
Unpin: string;
};
static Tenants: {

@@ -10,0 +16,0 @@ Read: string;

@@ -12,2 +12,8 @@ "use strict";

};
FronteggPermissions.Notifications = {
Read: 'GET /notification',
ChangeStatus: 'PUT /notification/status',
Pin: 'PUT /notification/pin',
Unpin: 'PUT /notification/unpin',
};
FronteggPermissions.Tenants = {

@@ -14,0 +20,0 @@ Read: 'GET /tenants',

2

package.json
{
"name": "@frontegg/client",
"version": "1.0.43",
"version": "1.0.44",
"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