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.27 to 1.0.28

0

lib/jp/core.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

4

lib/zh/convert/index.js

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

'钟': '鐘',
'凃': '塗',
'涂': '涂',
});

@@ -44,2 +46,4 @@ exports.table_tw2cn = Object.assign(_table_tw2cn, {

'㑹': '会',
'塗': '凃',
'涂': '涂',
});

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

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

'钟': '鐘',
'凃': '塗',
'涂': '涂',
});

@@ -61,2 +63,4 @@

'㑹': '会',
'塗': '凃',
'涂': '涂',
});

@@ -63,0 +67,0 @@

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

'會': string[];
'塗': string[];
};

@@ -51,0 +52,0 @@ export interface ISimpleTable {

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

],
'塗': [
'塗',
'凃',
'涂',
],
};

@@ -195,0 +200,0 @@ Object.keys(exports.table_plus)

@@ -197,2 +197,7 @@ /**

],
'塗': [
'塗',
'凃',
'涂',
],
};

@@ -199,0 +204,0 @@

2

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

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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