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.15.2 to 3.15.3

4

package.json
{
"name": "pinyin-pro",
"version": "3.15.2",
"version": "3.15.3",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",

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

"mocha": "^8.3.2",
"rollup": "^2.42.1",
"rollup": "2.60.0",
"rollup-plugin-alias": "^2.2.0",

@@ -73,0 +73,0 @@ "rollup-plugin-cleanup": "^3.2.1",

@@ -1,2 +0,2 @@

import { SingleWordResult, PinyinMode } from '@/common/type';
import type { SingleWordResult, PinyinMode } from '../../common/type';
export declare const getPinyin: (word: string, list: SingleWordResult[], mode: 'normal' | 'surname') => SingleWordResult[];

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { SingleWordResult } from '@/common/type';
import type { SingleWordResult } from '../../common/type';
import { CompleteOptions } from './index';

@@ -3,0 +3,0 @@ export declare const validateType: (word: unknown) => boolean;

@@ -1,2 +0,2 @@

import { SingleWordResult } from '@/common/type';
import type { SingleWordResult } from '../../common/type';
interface BasicOptions {

@@ -3,0 +3,0 @@ /**

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