Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@altizure/errorcode

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altizure/errorcode - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+3
-1
index.js
const en = require('./i18n/en/index.json')
const cn = require('./i18n/zh-cn/index.json')
const tw = require('./i18n/zh-tw/index.json')
const expo = {
en,
'zh-cn': cn
'zh-cn': cn,
'zh-tw': tw
}
module.exports = expo
{
"name": "@altizure/errorcode",
"version": "1.0.4",
"version": "1.0.5",
"description": "i18n of error code",

@@ -5,0 +5,0 @@ "main": "index.js",