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

@frontegg/types

Package Overview
Dependencies
Maintainers
1
Versions
933
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/types - npm Package Compare versions

Comparing version 5.28.1 to 5.29.0

16

Localizations/AdminPortalLocalizations/subscriptions.d.ts

@@ -125,2 +125,6 @@ export interface SubscriptionsLocalization {

/**
* Plan pricing subtitle
*/
priceSubtitle: string;
/**
* Unknown plan status

@@ -134,2 +138,6 @@ */

/**
* Current Plan Trialing status
*/
trialing: string;
/**
* Cancel plan button text

@@ -147,9 +155,13 @@ */

/**
* Buy now button text
*/
buyNowButton: string;
/**
* EX: 'Your plan will be canceled on {{periodEnd}}',
*/
cancel: string;
yourPlanWillBeCanceled: string;
/**
* EX: 'Your plan will renew on {{periodEnd}}',
*/
renewal: string;
yourPlanWillBeRenewed: string;
/**

@@ -156,0 +168,0 @@ */

2

package.json
{
"name": "@frontegg/types",
"version": "5.28.1",
"version": "5.29.0",
"main": "./node/index.js",

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