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

@tolgee/cli

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/cli - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

10

dist/utils/mapExportFormat.js

@@ -24,2 +24,4 @@ export const mapExportFormat = (format) => {

return { format: 'JSON', messageFormat: 'RUBY_SPRINTF' };
case 'JSON_I18NEXT':
return { format: 'JSON_I18NEXT', messageFormat: 'I18NEXT' };
case 'JSON_TOLGEE':

@@ -60,2 +62,10 @@ return { format: 'JSON_TOLGEE', messageFormat: 'ICU' };

return { format: 'YAML_RUBY', messageFormat: 'RUBY_SPRINTF' };
case 'CSV_ICU':
return { format: 'CSV', messageFormat: 'ICU' };
case 'CSV_JAVA':
return { format: 'CSV', messageFormat: 'JAVA_STRING_FORMAT' };
case 'CSV_PHP':
return { format: 'CSV', messageFormat: 'PHP_SPRINTF' };
case 'CSV_RUBY':
return { format: 'CSV', messageFormat: 'RUBY_SPRINTF' };
case undefined:

@@ -62,0 +72,0 @@ return { format: 'JSON_TOLGEE', messageFormat: 'ICU' };

2

package.json
{
"name": "@tolgee/cli",
"version": "2.2.0",
"version": "2.3.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI",

@@ -161,2 +161,3 @@ {

"JSON_ICU",
"JSON_I18NEXT",
"JSON_JAVA",

@@ -177,2 +178,6 @@ "JSON_PHP",

"FLUTTER_ARB",
"CSV_ICU",
"CSV_JAVA",
"CSV_PHP",
"CSV_RUBY",
"YAML_RUBY",

@@ -179,0 +184,0 @@ "YAML_JAVA",

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