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

cjk-conv

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjk-conv - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

6

lib/zh/convert/index.js

@@ -34,2 +34,5 @@ "use strict";

'涂': '涂',
'㑩': '儸',
'罗': '羅',
'啰': '囉',
});

@@ -48,2 +51,5 @@ exports.table_tw2cn = Object.assign(_table_tw2cn, {

'涂': '涂',
'儸': '㑩',
'羅': '罗',
'囉': '啰',
});

@@ -50,0 +56,0 @@ exports.REGEXP_TEST = /[\u4E00-\u9FFF]/g;

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

'涂': '涂',
'㑩': '儸',
'罗': '羅',
'啰': '囉',
});

@@ -65,2 +68,5 @@

'涂': '涂',
'儸': '㑩',
'羅': '罗',
'囉': '啰',
});

@@ -67,0 +73,0 @@

2

lib/zh/table/table.d.ts

@@ -28,2 +28,3 @@ /**

'阁': string[];
'罗': string[];
};

@@ -64,2 +65,3 @@ /**

'蔘': string[];
'労': string[];
};

@@ -66,0 +68,0 @@ export interface ISimpleTable {

@@ -72,2 +72,10 @@ "use strict";

],
'罗': [
'羅',
'罗',
'儸',
'㑩',
'囉',
'啰',
],
};

@@ -235,2 +243,7 @@ /**

],
'労': [
'労',
'勞',
'劳',
],
};

@@ -237,0 +250,0 @@ Object.keys(exports.table_plus)

@@ -77,2 +77,12 @@ /**

],
'罗': [
'羅',
'罗',
'儸',
'㑩',
'囉',
'啰',
],
};

@@ -248,2 +258,8 @@

'労': [
'労',
'勞',
'劳',
],
};

@@ -250,0 +266,0 @@

3

package.json
{
"name": "cjk-conv",
"version": "1.0.31",
"version": "1.0.32",
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )",

@@ -17,2 +17,3 @@ "keywords": [

"hanja",
"hanzi",
"japanese",

@@ -19,0 +20,0 @@ "jp2zhs",

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