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
616
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 3.0.139 to 3.0.140

4

index.d.ts

@@ -24,2 +24,3 @@ import * as auth from "./auth";

import * as entitlements from "./entitlements";
import * as securityCenter from "./security-center";
import { ContextHolder, FronteggContext } from "./ContextHolder";

@@ -50,2 +51,3 @@ export * from "./interfaces";

export * from "./entitlements/interfaces";
export * from "./security-center/interfaces";
declare const api: {

@@ -71,2 +73,3 @@ auth: typeof auth;

entitlements: typeof entitlements;
securityCenter: typeof securityCenter;
};

@@ -104,2 +107,3 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy, };

entitlements: typeof entitlements;
securityCenter: typeof securityCenter;
};

@@ -106,0 +110,0 @@ FronteggApiError: typeof FronteggApiError;

7

index.js

@@ -1,2 +0,2 @@

/** @license Frontegg v3.0.139
/** @license Frontegg v3.0.140
*

@@ -29,2 +29,3 @@ * This source code is licensed under the MIT license found in the

import * as entitlements from "./entitlements";
import * as securityCenter from "./security-center";
import { ContextHolder, FronteggContext } from "./ContextHolder";

@@ -55,2 +56,3 @@ export * from "./interfaces";

export * from "./entitlements/interfaces";
export * from "./security-center/interfaces";
const api = {

@@ -75,3 +77,4 @@ auth,

users,
entitlements
entitlements,
securityCenter
};

@@ -78,0 +81,0 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy };

@@ -1,2 +0,2 @@

/** @license Frontegg v3.0.139
/** @license Frontegg v3.0.140
*

@@ -131,2 +131,4 @@ * This source code is licensed under the MIT license found in the

var securityCenter = _interopRequireWildcard(require("./security-center"));
var _ContextHolder = require("./ContextHolder");

@@ -470,2 +472,16 @@

var _interfaces21 = require("./security-center/interfaces");
Object.keys(_interfaces21).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _interfaces21[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _interfaces21[key];
}
});
});
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

@@ -494,3 +510,4 @@

users,
entitlements
entitlements,
securityCenter
};

@@ -497,0 +514,0 @@ exports.api = api;

{
"name": "@frontegg/rest-api",
"version": "3.0.139",
"version": "3.0.140",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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