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
0
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 1.1.6 to 1.1.7

40

package.json
{
"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

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