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.55 to 1.0.56

13

cjk-conv.d.ts

@@ -159,2 +159,4 @@ // Generated by dts-bundle v0.7.3

'勉': string[];
'甦': string[];
'忧': string[];
};

@@ -217,2 +219,13 @@ /**

'鍊': string[];
'擊': string[];
'實': string[];
'於': string[];
'證': string[];
'據': string[];
'處': string[];
'瞪': string[];
'肢': string[];
'肉': string[];
'憂': string[];
'繫': string[];
};

@@ -219,0 +232,0 @@ export interface ISimpleTable {

2

lib/zh/convert/index.js

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

'煉': '炼',
'壞': '坏',
'壊': '坏',
});

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

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

'煉': '炼',
'壞': '坏',
'壊': '坏',
});

@@ -95,0 +98,0 @@

@@ -41,2 +41,4 @@ /**

'勉': string[];
'甦': string[];
'忧': string[];
};

@@ -99,2 +101,13 @@ /**

'鍊': string[];
'擊': string[];
'實': string[];
'於': string[];
'證': string[];
'據': string[];
'處': string[];
'瞪': string[];
'肢': string[];
'肉': string[];
'憂': string[];
'繫': string[];
};

@@ -101,0 +114,0 @@ export interface ISimpleTable {

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

],
'甦': [
'甦',
'蘇',
],
'忧': [
'憂',
'優',
],
};

@@ -409,2 +417,60 @@ /**

],
'擊': [
'撃',
'擊',
'击',
],
'實': [
'實',
'実',
'实',
'寔',
],
'於': [
'於',
'扵',
],
'證': [
'證',
'証',
'证',
],
'據': [
'據',
'据',
'拠',
],
'處': [
'處',
'处',
'䖏',
'処',
],
'瞪': [
'瞪',
'瞠',
'眙',
],
'肢': [
'肢',
'胑',
],
'肉': [
'肉',
'宍',
'𠕎',
],
'憂': [
'憂',
'𢝊',
'𢚧',
'𢟜',
'懮',
'𨗫',
],
'繫': [
'繫',
//'系',
'繋',
],
};

@@ -411,0 +477,0 @@ Object.keys(exports.table_plus)

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

'甦': [
'甦',
'蘇',
],
'忧': [
'憂',
'優',
],
};

@@ -457,2 +467,71 @@

'擊': [
'撃',
'擊',
'击',
],
'實': [
'實',
'実',
'实',
'寔',
],
'於': [
'於',
'扵',
],
'證': [
'證',
'証',
'证',
],
'據': [
'據',
'据',
'拠',
],
'處': [
'處',
'处',
'䖏',
'処',
],
'瞪': [
'瞪',
'瞠',
'眙',
],
'肢': [
'肢',
'胑',
],
'肉': [
'肉',
'宍',
'𠕎',
],
'憂': [
'憂',
'𢝊',
'𢚧',
'𢟜',
'懮',
'𨗫',
],
'繫': [
'繫',
//'系',
'繋',
],
};

@@ -459,0 +538,0 @@

3

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

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

"prepublishOnly": "npm run dts-bundle",
"postpublish": "echo postpublish && node ./script/publish-after",
"test": "npx mocha \"!(node_modules)\\**\\*.+(test|spec).js\"",

@@ -62,0 +63,0 @@ "travis": "typedoc --options ./typedoc.config.js"

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