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.0 to 1.0.1

lib/novel/filename.d.ts

1

lib/index.d.ts

@@ -7,3 +7,4 @@ /**

export { default as jpConvert, zh2jp, jp2zht, jp2zhs, cjk2zht, cjk2zhs, cjk2jp } from './jp/index';
export { default as novelFilename } from './novel/filename';
import * as cjkConv from './index';
export default cjkConv;

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

exports.cjk2jp = index_3.cjk2jp;
var filename_1 = require("./novel/filename");
exports.novelFilename = filename_1.default;
const cjkConv = require("./index");
exports.default = cjkConv;

@@ -9,3 +9,5 @@ /**

export { default as novelFilename } from './novel/filename';
import * as cjkConv from './index';
export default cjkConv;

2

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