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.5 to 1.0.6

2

lib/jp/table.js

@@ -44,2 +44,4 @@ "use strict";

["誰", "誰", "谁"],
["鶏", "雞", "鸡"],
["宮", "宮", "宫"],
].forEach(function ([jp, zht, zhs]) {

@@ -46,0 +48,0 @@ addNew(exports.TABLE, jp, zht, zhs);

@@ -54,2 +54,6 @@ /**

["鶏", "雞", "鸡"],
["宮", "宮", "宫"],
].forEach(function ([jp, zht, zhs])

@@ -56,0 +60,0 @@ {

@@ -18,2 +18,3 @@ export declare let _table_tw: {

'鬥': string[];
'鶏': string[];
};

@@ -20,0 +21,0 @@ export interface ISimpleTable {

@@ -61,2 +61,8 @@ "use strict";

],
'鶏': [
'鶏',
'鷄',
'雞',
'鸡',
],
};

@@ -63,0 +69,0 @@ Object.keys(exports.table_plus)

@@ -64,2 +64,8 @@ /**

],
'鶏': [
'鶏',
'鷄',
'雞',
'鸡',
],
};

@@ -66,0 +72,0 @@

2

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

@@ -5,0 +5,0 @@ "keywords": [

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