azure-translator-code
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "azure-translator-code", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages", | ||
@@ -11,3 +11,4 @@ "author": { | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test": "jest --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test:file": "jest tests/translate", | ||
@@ -43,22 +44,23 @@ "test:silent": "jest --watchAll --silent --noStackTrace", | ||
], | ||
"dependencies": { | ||
"axios": "^1.5.0", | ||
"uuid": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.6.2", | ||
"@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.5.4", | ||
"@types/uuid": "^10.0.0", | ||
"axios": "^1.7.7", | ||
"azure-translator-code": "^1.1.6", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint": "^8", | ||
"eslint-config-universe": "^13.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
} | ||
"prettier": "^3.3.3", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"uuid": "^10.0.0" | ||
}, | ||
"peerDependencies": { | ||
"axios": "*", | ||
"uuid": "*" | ||
}, | ||
"packageManager": "yarn@4.5.0" | ||
} |
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
8826
3
0
2
+ Addeduuid@11.0.5(transitive)
- Removedaxios@^1.5.0
- Removeduuid@^9.0.1
- Removeduuid@9.0.1(transitive)