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.32 to 1.0.33

2

lib/zh/convert/index.js

@@ -37,2 +37,3 @@ "use strict";

'啰': '囉',
'国': '國',
});

@@ -54,2 +55,3 @@ exports.table_tw2cn = Object.assign(_table_tw2cn, {

'囉': '啰',
'國': '国',
});

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

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

'啰': '囉',
'国': '國',
});

@@ -71,2 +72,3 @@

'囉': '啰',
'國': '国',
});

@@ -73,0 +75,0 @@

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

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

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

@@ -247,2 +247,7 @@ "use strict";

],
'国': [
'国',
'囯',
'國',
],
};

@@ -249,0 +254,0 @@ Object.keys(exports.table_plus)

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

'国': [
'国',
'囯',
'國',
],
};

@@ -265,0 +271,0 @@

2

package.json
{
"name": "cjk-conv",
"version": "1.0.32",
"version": "1.0.33",
"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