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.8 to 1.0.9

3

lib/novel/filename.js

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

return txt
.replace(/[\u2000-\u200F]/g, '')
.replace(/[\u2028-\u202F]/g, '')
.replace(/[\u205F-\u2060]/g, '')
.replace(/与/g, '與')

@@ -32,0 +35,0 @@ .replace(/[亜亚亞]/g, '亞')

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

return txt
.replace(/[\u2000-\u200F]/g, '')
.replace(/[\u2028-\u202F]/g, '')
.replace(/[\u205F-\u2060]/g, '')
.replace(/与/g, '與')

@@ -49,2 +54,3 @@ .replace(/[亜亚亞]/g, '亞')

//.replace(/当/g, '當')
;

@@ -51,0 +57,0 @@ }

2

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