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

pinyin2

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinyin2 - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "pinyin2",
"version": "2.0.7",
"version": "2.0.8",
"root": "util",

@@ -5,0 +5,0 @@ "description": "转换汉字为拼音",

@@ -11,3 +11,3 @@ # 汉语拼音(pinyin)

var pinyin = require("pinyin");
var pinyin = require("pinyin2");

@@ -14,0 +14,0 @@ pinyin("重点");

var pinyin = require('../index');
var result = pinyin('关节炎');
console.log(result);
console.log(result.join(' '));

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