New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.30 to 1.0.31

7

lib/zh/table/table.d.ts

@@ -11,4 +11,8 @@ /**

};
/**
* 此表內只有符合 KEY 值時才會觸發
*/
export declare let table_jp: {
'の': string[];
'と': string[];
'画': string[];

@@ -26,2 +30,5 @@ '闘': string[];

};
/**
* 此表內符合以下任意值時會觸發
*/
export declare let table_plus: {

@@ -28,0 +35,0 @@ '劍': string[];

@@ -15,7 +15,16 @@ "use strict";

};
/**
* 此表內只有符合 KEY 值時才會觸發
*/
exports.table_jp = {
'の': [
'の',
'之',
'的',
],
'と': [
'と',
'與',
'与',
],
'画': [

@@ -65,2 +74,5 @@ '划',

};
/**
* 此表內符合以下任意值時會觸發
*/
exports.table_plus = {

@@ -67,0 +79,0 @@ '劍': [

@@ -16,7 +16,18 @@ /**

/**
* 此表內只有符合 KEY 值時才會觸發
*/
export let table_jp = {
'の': [
'の',
'之',
'的',
],
'と': [
'と',
'與',
'与',
],
'画': [

@@ -69,2 +80,5 @@ '划',

/**
* 此表內符合以下任意值時會觸發
*/
export let table_plus = {

@@ -234,2 +248,3 @@ '劍': [

],
};

@@ -327,2 +342,3 @@

import * as self from './table';
export default self;

2

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