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

@opentranslate2/baidu-domain

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentranslate2/baidu-domain - npm Package Compare versions

Comparing version 1.4.6 to 1.4.8

3

dist/index.js

@@ -25,3 +25,4 @@ "use strict";

const { appid, key, domain } = config;
const res = await this.request(endpoint, {
const res = await this.request({
url: endpoint,
params: {

@@ -28,0 +29,0 @@ from: BaiduDomain.langMap.get(from),

@@ -7,3 +7,3 @@ {

},
"version": "1.4.6",
"version": "1.4.8",
"description": "Baidu domain translator with OpenTranslate API.",

@@ -27,4 +27,4 @@ "main": "dist/index.js",

"dependencies": {
"@opentranslate2/translator": "^1.4.6"
"@opentranslate2/translator": "^1.4.7"
}
}

@@ -58,3 +58,4 @@ import {

BaiduDomainTranslateResult | BaiduDomainTranslateError
>(endpoint, {
>({
url: endpoint,
params: {

@@ -61,0 +62,0 @@ from: BaiduDomain.langMap.get(from),

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