Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pinyin-pro

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinyin-pro - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 3.0.7
- package.json 中去掉 readme 选项
## 3.0.6
- 修复 readme 中版本更新文档链接错误问题
## 3.0.5

@@ -2,0 +10,0 @@

0

data/dict3.ts

@@ -0,0 +0,0 @@ export const DICT3: { [prop: string]: string } = {

@@ -0,0 +0,0 @@ export const DICT5: { [prop: string]: string } = {

@@ -0,0 +0,0 @@ export const INITIAL_LIST = [

@@ -0,0 +0,0 @@ import { DICT1 } from '../data/dict1';

export { pinyinFn as pinyin } from './pinyin';

@@ -0,0 +0,0 @@ import {

5

package.json
{
"name": "pinyin-pro",
"version": "3.0.6",
"version": "3.0.7",
"description": "汉字转拼音库。获取汉字、词语、句子等内容的拼音、韵母、声母、声调等信息。",

@@ -59,4 +59,3 @@ "main": "./dist/index.js",

}
},
"readme": "README.md"
}
}

@@ -24,5 +24,5 @@ [![pinyin-pro Logo](https://i.ibb.co/26fJ5vF/pinyin-logo.png)](https://github.com/zh-lx/pinyin-pro)

当前版本: 3.0.5 -> 3.0.6
当前版本: 3.0.6 -> 3.0.7
- 修复 readme 中版本更新文档无法访问的问题
- package.json 中去掉 readme 选项

@@ -29,0 +29,0 @@ 点击查看 [版本更新文档](./CHANGELOG.md)

@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index');

@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index');

@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index');

@@ -0,0 +0,0 @@ {

export declare const DICT1: {
[prop: string]: string;
};
export declare const DICT2: {
[prop: string]: string;
};
export declare const DICT3: {
[prop: string]: string;
};
export declare const DICT4: {
[prop: string]: string;
};
export declare const DICT5: {
[prop: string]: string;
};
export declare const INITIAL_LIST: string[];

@@ -0,0 +0,0 @@ declare type GetPinYin = (word: string, length: number) => string;

export { pinyinFn as pinyin } from './pinyin';

@@ -0,0 +0,0 @@ declare type PinyinFn = (word: string, options?: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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

Sorry, the diff of this file is not supported yet

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