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.7 to 1.0.8

6

index.js

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

var sourceEntyty = await things.integration.updateCrowdin(credentials, request[i].id, {
projectId, request, rootFolder, appSettings
projectId, client, request, rootFolder, appSettings
});

@@ -62,3 +62,3 @@

},
updateIntegration: async (projectId, client, credentials, request, rootFolder) => {
updateIntegration: async (projectId, client, credentials, request, rootFolder, appSettings) => {
const directories = await client.sourceFilesApi.withFetchAll().listProjectDirectories(projectId);

@@ -96,3 +96,3 @@

await things.integration.updateIntegration(credentials, response.data, languageCode, file, {
projectId, client, request, rootFolder
projectId, client, request, rootFolder, appSettings
});

@@ -99,0 +99,0 @@ console.log(`Done uploading translations for ${file.name} to ${languageCode}`);

{
"name": "@crowdin/15min",
"version": "1.0.7",
"version": "1.0.8",
"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