Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tant-intl

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tant-intl - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

8

bin/tant-intl.js

@@ -78,3 +78,3 @@ #!/usr/bin/env node

} else if (type === 'data') {
console.log('获取国际化文案成功');
console.log('【tant-intl】获取国际化文案成功');
buildFile(data);

@@ -84,3 +84,3 @@ }

} catch (err) {
console.log('国际化文案通道断开,等待重新连接', err);
console.log('【tant-intl】国际化文案通道断开,等待重新连接', err);
setTimeout(() => {

@@ -100,6 +100,6 @@ connectServerWithWS(config);

}).then((res) => {
console.log('获取国际化文案成功');
console.log('【tant-intl】获取国际化文案成功');
buildFile(res);
}).catch((err) => {
console.log('获取国际化文案失败', err);
console.log('【tant-intl】获取国际化文案失败', err);
});

@@ -106,0 +106,0 @@ }

{
"name": "tant-intl",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

@@ -28,3 +28,8 @@ "main": "index.js",

"typecript": "^0.0.1-security"
}
},
"files": [
"bin",
"src",
"index.js"
]
}
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