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.17 to 1.0.18

6

lib/novel/filename.js

@@ -20,3 +20,3 @@ "use strict";

// @ts-ignore
skip: '龙竜龍制征里像拜冰澤涉丑兒娘姐姉志儿' + (options.skip || ''),
skip: '竜龍制征里像拜冰澤涉丑兒娘姐姉志儿從' + (options.skip || ''),
safe: typeof options.safe == 'boolean' ? options.safe : true,

@@ -46,3 +46,5 @@ }))

.replace(/复(仇|讐)/g, '復$1')
.replace(/[么预枪丛迈这个尔儿]+/g, function (s) {
.replace(/里面/g, '裡面')
.replace(/([今此])后/g, '$1後')
.replace(/[么预枪丛迈这个尔儿从龙]+/g, function (s) {
return convert_1.cn2tw(s);

@@ -49,0 +51,0 @@ });

@@ -30,3 +30,3 @@ /**

// @ts-ignore
skip: '龙竜龍制征里像拜冰澤涉丑兒娘姐姉志儿' + (options.skip || ''),
skip: '竜龍制征里像拜冰澤涉丑兒娘姐姉志儿從' + (options.skip || ''),
safe: typeof options.safe == 'boolean' ? options.safe : true,

@@ -63,3 +63,8 @@ }))

.replace(/[么预枪丛迈这个尔儿]+/g, function (s)
.replace(/里面/g, '裡面')
.replace(/([今此])后/g, '$1後')
.replace(/[么预枪丛迈这个尔儿从龙]+/g, function (s)
{

@@ -66,0 +71,0 @@ return cn2tw(s)

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

'鬭': string[];
'鬪': string[];
'闇': string[];

@@ -15,0 +16,0 @@ '図': string[];

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

],
'鬪': [
'斗',
],
'闇': [

@@ -71,2 +74,3 @@ '暗',

'闘',
'鬪',
],

@@ -73,0 +77,0 @@ '鶏': [

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

],
'鬪': [
'斗',
],
'闇': [

@@ -73,2 +76,3 @@ '暗',

'闘',
'鬪',
//'斗',

@@ -75,0 +79,0 @@ ],

{
"name": "cjk-conv",
"version": "1.0.17",
"version": "1.0.18",
"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