Socket
Socket
Sign inDemoInstall

@crowdin/15min

Package Overview
Dependencies
206
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

10

index.js

@@ -30,3 +30,3 @@ const crowdinModule = require('@crowdin/app-project-module');

getIntegrationFiles: things.integration.getIntegrationFiles,
updateCrowdin: async (projectId, client, credentials, request, rootFolder) => {
updateCrowdin: async (projectId, client, credentials, request, rootFolder, appSettings) => {
const directories = await client.sourceFilesApi.withFetchAll().listProjectDirectories(projectId);

@@ -44,3 +44,5 @@

for (var i = 0; i < request.length; i++) {
var sourceEntyty = await things.integration.updateCrowdin(credentials, request[i].id);
var sourceEntyty = await things.integration.updateCrowdin(credentials, request[i].id, {
projectId, request, rootFolder, appSettings
});

@@ -93,3 +95,5 @@ await crowdinAppFunctions.updateOrCreateFile(

await things.integration.updateIntegration(credentials, response.data, languageCode, file);
await things.integration.updateIntegration(credentials, response.data, languageCode, file, {
projectId, client, request, rootFolder
});
console.log(`Done uploading translations for ${file.name} to ${languageCode}`);

@@ -96,0 +100,0 @@ }

{
"name": "@crowdin/15min",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc