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

@vocab/phrase

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vocab/phrase - npm Package Compare versions

Comparing version 0.0.0-push-split-translation-files-20230508031119 to 0.0.0-push-split-translation-files-20230508035947

1

dist/declarations/src/csv.d.ts

@@ -9,2 +9,3 @@ import type { TranslationsByLanguage } from '@vocab/core';

tagColumn: number;
messageIndex: number;
};

9

dist/vocab-phrase.cjs.dev.js

@@ -69,2 +69,3 @@ 'use strict';

const tagColumn = commentIndex + 1;
const messageIndex = tagColumn + 1;
return {

@@ -74,3 +75,4 @@ csvFileStrings,

commentIndex,
tagColumn
tagColumn,
messageIndex
};

@@ -158,3 +160,4 @@ }

commentIndex,
tagColumn
tagColumn,
messageIndex
} = translationsToCsv(translationsByLanguage, devLanguage);

@@ -173,3 +176,3 @@ const uploadIds = [];

formData.append('update_descriptions', 'true');
formData.append('locale_id', language);
formData.append(`locale_mapping[${language}]`, messageIndex);
formData.append('format_options[key_index]', keyIndex);

@@ -176,0 +179,0 @@ formData.append('format_options[comment_index]', commentIndex);

@@ -69,2 +69,3 @@ 'use strict';

const tagColumn = commentIndex + 1;
const messageIndex = tagColumn + 1;
return {

@@ -74,3 +75,4 @@ csvFileStrings,

commentIndex,
tagColumn
tagColumn,
messageIndex
};

@@ -158,3 +160,4 @@ }

commentIndex,
tagColumn
tagColumn,
messageIndex
} = translationsToCsv(translationsByLanguage, devLanguage);

@@ -173,3 +176,3 @@ const uploadIds = [];

formData.append('update_descriptions', 'true');
formData.append('locale_id', language);
formData.append(`locale_mapping[${language}]`, messageIndex);
formData.append('format_options[key_index]', keyIndex);

@@ -176,0 +179,0 @@ formData.append('format_options[comment_index]', commentIndex);

@@ -57,2 +57,3 @@ import { promises } from 'fs';

const tagColumn = commentIndex + 1;
const messageIndex = tagColumn + 1;
return {

@@ -62,3 +63,4 @@ csvFileStrings,

commentIndex,
tagColumn
tagColumn,
messageIndex
};

@@ -146,3 +148,4 @@ }

commentIndex,
tagColumn
tagColumn,
messageIndex
} = translationsToCsv(translationsByLanguage, devLanguage);

@@ -161,3 +164,3 @@ const uploadIds = [];

formData.append('update_descriptions', 'true');
formData.append('locale_id', language);
formData.append(`locale_mapping[${language}]`, messageIndex);
formData.append('format_options[key_index]', keyIndex);

@@ -164,0 +167,0 @@ formData.append('format_options[comment_index]', commentIndex);

{
"name": "@vocab/phrase",
"version": "0.0.0-push-split-translation-files-20230508031119",
"version": "0.0.0-push-split-translation-files-20230508035947",
"main": "dist/vocab-phrase.cjs.js",

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