Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodejieba

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejieba - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

ChangeLog.md
# ChangeLog
## v1.0.3
* Merge Pull Request [pull28],显示声明依赖的是 node 后缀的文件,解决一些库重写了 require 的问题。
## v1.0.2

@@ -101,1 +105,2 @@

[issue23]:https://github.com/yanyiwu/nodejieba/issues/23
[pull28]:https://github.com/yanyiwu/nodejieba/pull/28

2

index.js

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

var nodejieba = require("./build/Release/nodejieba");
var nodejieba = require("./build/Release/nodejieba.node");
nodejieba.DEFAULT_DICT = __dirname + "/dict/jieba.dict.utf8",

@@ -3,0 +3,0 @@ nodejieba.DEFAULT_HMM_DICT = __dirname + "/dict/hmm_model.utf8",

{
"name": "nodejieba",
"description": "chinese word segmentation for node",
"version": "1.0.2",
"version": "1.0.3",
"author": "Yanyi Wu <i@yanyiwu.com>",

@@ -6,0 +6,0 @@ "maintainers": [

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