Comparing version 2.2.4 to 2.2.5
# NodeJieba ChangeLog | ||
## v2.2.5 | ||
+ fix bug [pull request 89](https://github.com/yanyiwu/nodejieba/pull/89) | ||
## v2.2.4 | ||
@@ -4,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
var nodejieba = require("./build/Release/nodejieba.node"); | ||
var nodejieba = require( __dirname + "/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": "2.2.4", | ||
"version": "2.2.5", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11739279
1