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 2.2.4 to 2.2.5

4

ChangeLog.md
# NodeJieba ChangeLog
## v2.2.5
+ fix bug [pull request 89](https://github.com/yanyiwu/nodejieba/pull/89)
## v2.2.4

@@ -4,0 +8,0 @@

2

index.js

@@ -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

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