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

@forge/i18n

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/i18n - npm Package Compare versions

Comparing version 0.0.1-next.12 to 0.0.1-next.13

6

CHANGELOG.md
# @forge/i18n
## 0.0.1-next.13
### Patch Changes
- d51b7be: Fix I18nInfo type to support subset of translation content (instead of full list)
## 0.0.1-next.12

@@ -4,0 +10,0 @@

2

out/types.d.ts

@@ -23,3 +23,3 @@ import { type ForgeSupportedLocaleCode } from './constants';

declare type I18nInfoTranslations = Record<string, {
[key in ForgeSupportedLocaleCode]: string;
[key in ForgeSupportedLocaleCode]?: string;
}>;

@@ -26,0 +26,0 @@ interface I18nInfoConfig {

{
"name": "@forge/i18n",
"version": "0.0.1-next.12",
"version": "0.0.1-next.13",
"description": "Common utilities and typings for Forge i18n support",

@@ -5,0 +5,0 @@ "author": "Atlassian",

Sorry, the diff of this file is not supported yet

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