New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azure-translator-code

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-translator-code - npm Package Compare versions

Comparing version

to
1.0.2

2

javascript/translateToMultipleFolders/index.js

@@ -12,3 +12,3 @@ "use strict";

const folderName = 'multiFolderGeneratedTranslations';
const traducoesDir = path_1.default.join(__dirname, '..', '..', folderName);
const traducoesDir = path_1.default.join(__dirname, '..', '..', '..', '..', folderName);
if (!fs_1.default.existsSync(traducoesDir)) {

@@ -15,0 +15,0 @@ fs_1.default.mkdirSync(traducoesDir);

@@ -12,3 +12,3 @@ "use strict";

const folderName = 'unicFolderGeneratedTranslations';
const traducoesDir = path_1.default.join(__dirname, '..', '..', folderName);
const traducoesDir = path_1.default.join(__dirname, '..', '..', '..', '..', folderName);
if (!fs_1.default.existsSync(traducoesDir)) {

@@ -15,0 +15,0 @@ fs_1.default.mkdirSync(traducoesDir);

{
"name": "azure-translator-code",
"version": "1.0.1",
"version": "1.0.2",
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages",

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