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
925
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 4.37.0 to 4.38.0

23

Localizations/AdminPortalLocalizations/subscriptions.d.ts

@@ -42,4 +42,11 @@ export interface SubscriptionsLocalization {

emailIsRequired: string;
/**
* Edit Address 1 input label
*/
address1InputLabel: string;
/**
* Edit Address 1 input placeholder
*/
address1InputPlaceholder: string;
/**
* Error displayed if Address 1 input is empty

@@ -53,2 +60,6 @@ */

/**
* Edit Address 2 input placeholder
*/
address2InputPlaceholder: string;
/**
* Error displayed if Address 2 input is empty

@@ -62,2 +73,6 @@ */

/**
* Edit City input placeholder
*/
cityInputPlaceholder: string;
/**
* Error displayed if City input is empty

@@ -71,2 +86,6 @@ */

/**
* Edit State input placeholder
*/
stateInputPlaceholder: string;
/**
* Error displayed if State input is empty

@@ -80,2 +99,6 @@ */

/**
* Edit Postcode input label
*/
postCodeInputPlaceholder: string;
/**
* Error displayed if post code is invalid

@@ -82,0 +105,0 @@ */

2

package.json
{
"name": "@frontegg/types",
"version": "4.37.0",
"version": "4.38.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