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.11 to 1.0.12

tool/check/index.js

4

package.json
{
"name": "tant-intl",
"version": "1.0.11",
"version": "1.0.12",
"description": "",

@@ -17,2 +17,4 @@ "main": "index.js",

"devDependencies": {
"@babel/parser": "^7.17.0",
"@babel/traverse": "^7.17.0",
"father": "^2.30.8",

@@ -19,0 +21,0 @@ "ws": "^8.2.0"

@@ -42,2 +42,5 @@ /**

Object.keys(lan1).forEach((key) => {
if (typeof lan1[key] !== 'string') {
console.log(key, lan1[key]);
}
if (!result[key]) {

@@ -49,2 +52,5 @@ result[key] = { key };

Object.keys(lan2).forEach((key) => {
if (typeof lan2[key] !== 'string') {
console.log(key, lan2[key]);
}
if (!result[key]) {

@@ -56,2 +62,5 @@ result[key] = { key };

Object.keys(lan3).forEach((key) => {
if (typeof lan3[key] !== 'string') {
console.log(key, lan3[key]);
}
if (!result[key]) {

@@ -106,3 +115,3 @@ result[key] = { key };

}
commitData(0);
// commitData(0);

@@ -109,0 +118,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