New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pinyin

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinyin - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

3

_site/package.json
{
"name": "pinyin",
"version": "2.4.1",
"version": "2.4.2",
"description": "汉语拼音转换工具。",
"keywords": [
"拼音",
"汉语",
"Pinyin"

@@ -8,0 +9,0 @@ ],

@@ -36,5 +36,5 @@

jieba.loadDict(
"./node_modules/nodejieba/dict/jieba.dict.utf8",
"./node_modules/nodejieba/dict/hmm_model.utf8",
"./node_modules/nodejieba/dict/user.dict.utf8");
__dirname + "/../node_modules/nodejieba/dict/jieba.dict.utf8",
__dirname + "/../node_modules/nodejieba/dict/hmm_model.utf8",
__dirname + "/../node_modules/nodejieba/dict/user.dict.utf8");

@@ -41,0 +41,0 @@ // 词语拼音库。

{
"name": "pinyin",
"version": "2.4.1",
"version": "2.4.2",
"description": "汉语拼音转换工具。",
"keywords": [
"拼音",
"汉语",
"Pinyin"

@@ -8,0 +9,0 @@ ],

@@ -5,3 +5,3 @@ # 汉字拼音转换工具。

[![NPM version](https://badge.fury.io/js/pinyin.png)](http://badge.fury.io/js/pinyin)
[![NPM version](https://badge.fury.io/js/pinyin.png)](https://www.npmjs.com/package/pinyin)
[![spm package](http://spmjs.io/badge/pinyin)](http://spmjs.io/package/pinyin)

@@ -8,0 +8,0 @@ [![Build Status](https://secure.travis-ci.org/hotoo/pinyin.png?branch=master)](https://travis-ci.org/hotoo/pinyin)

@@ -36,5 +36,5 @@

jieba.loadDict(
"./node_modules/nodejieba/dict/jieba.dict.utf8",
"./node_modules/nodejieba/dict/hmm_model.utf8",
"./node_modules/nodejieba/dict/user.dict.utf8");
__dirname + "/../node_modules/nodejieba/dict/jieba.dict.utf8",
__dirname + "/../node_modules/nodejieba/dict/hmm_model.utf8",
__dirname + "/../node_modules/nodejieba/dict/user.dict.utf8");

@@ -41,0 +41,0 @@ // 词语拼音库。

Sorry, the diff of this file is not supported yet

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