Comparing version 1.0.13 to 1.0.14
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
1
2
8723
5
180