Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 2.0.7

pinyin-dict-combo.json

2

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

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

@@ -1,13 +0,3 @@

define(function(require) {
var pinyin = require('../src/pinyin');
describe('pinyin', function() {
test('normal usage', function() {
});
});
});
var pinyin = require('../index');
var result = pinyin('关节炎');
console.log(result);
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