pinyin-pro
Advanced tools
Comparing version 2.0.8 to 2.0.9-alpha.0
@@ -198,1 +198,10 @@ import { DICT1 } from '../data/dict1'; | ||
}; | ||
/** | ||
* @description: 得到拼音首字母 | ||
* @param {string} pinyin 拼音字符串 | ||
* @return {string} | ||
*/ | ||
export const getFirstLetter = (pinyin) => { | ||
return ''; | ||
}; |
{ | ||
"name": "pinyin-pro", | ||
"version": "2.0.8", | ||
"version": "2.0.9-alpha.0", | ||
"description": "汉字转拼音库。获取汉字、词语、句子等内容的拼音、韵母、声母、声调等信息。", | ||
"main": "./dist/index.js", | ||
"typings": "./index.d.ts", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"index.js" | ||
], | ||
"scripts": { | ||
@@ -8,0 +13,0 @@ "test": "jest", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
450473
8
274
1