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

segment-dict

Package Overview
Dependencies
Maintainers
1
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segment-dict - npm Package Compare versions

Comparing version 2.3.184 to 2.3.185

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

## [2.3.185](https://github.com/bluelovers/ws-segment/compare/segment-dict@2.3.184...segment-dict@2.3.185) (2022-11-20)
### 🐛 Bug Fixes
* gitroot is not a function ([2d3120a](https://github.com/bluelovers/ws-segment/commit/2d3120a491b99a059b26985865e28c0edf93a3a3))
### ♻️ Chores
* **dict:** save dict before new version ([3bdac36](https://github.com/bluelovers/ws-segment/commit/3bdac36e15cd5ad59c64eeb1419dab0edd300a90))
### 📌 Dependencies
* update deps ([ef6774c](https://github.com/bluelovers/ws-segment/commit/ef6774cec7a8826c389afa65ac15fb832e61d18f))
### 🔖 Miscellaneous
* . ([68bbc16](https://github.com/bluelovers/ws-segment/commit/68bbc1631db3a8f2be63565edc1cf77f8053e5cd))
## [2.3.184](https://github.com/bluelovers/ws-segment/compare/segment-dict@2.3.181...segment-dict@2.3.184) (2022-10-29)

@@ -8,0 +33,0 @@

4

dict/segment/lazy/index.txt

@@ -1284,2 +1284,3 @@ T恤|0x00100010|0

漢藥|0x100000|0
汎合金|0x100000|0
湯品|0x00100000|0

@@ -1413,2 +1414,3 @@ 汤汁|0x100000|0

玉指|0x100000|0
王兄|0x100000|0
王城|0x108000|0

@@ -1623,2 +1625,3 @@ 王女|0x100000|0

絞首|0x1000|0
統治者|0x100000|0
繪圖卡|0x00100000|0

@@ -1977,2 +1980,3 @@ 綁好|0x1000|0

酥胸|0x100000|0
酷兒|0x100000|0
酸液|0x0100000|0

@@ -1979,0 +1983,0 @@ 醍醐味|0x100000|0

@@ -38,2 +38,3 @@ 三途川|0x00100000|0

埔里|0x100040|0
塔洛坎|0x100040|0
大聖堂|0x100000|0

@@ -73,2 +74,3 @@ 天津|0x100040|0

湖北|0x100040|0
瓦干達|0x100040|0
神戶|0x100040|0

@@ -75,0 +77,0 @@ 神河|0x100040|0

@@ -265,2 +265,3 @@ 罗得西亚|0x0080|1196

希雅|0x0080|0
庫庫爾坎|0x100080|0
庫里|0x0080|0

@@ -357,2 +358,3 @@ 庫里夫|0x0080|0

约翰生|0x0080|1221
納摩|0x100080|0
索霖|0x0080|0

@@ -359,0 +361,0 @@ 翠西|0x0080|0

@@ -190,2 +190,3 @@ 五頭蛇|0x00100000|0

美少女|0x00100000|0
羽蛇神|0x100000|0
翼龍|0x00100000|0

@@ -192,0 +193,0 @@ 職階|0x100000|0

14

package.json
{
"name": "segment-dict",
"version": "2.3.184",
"version": "2.3.185",
"description": "novel-segment segment data",

@@ -98,5 +98,5 @@ "keywords": [

"@bluelovers/fast-glob": "^3.0.4",
"@novel-segment/dict-loader-core": "^1.0.23",
"@novel-segment/loader-stopword": "^1.0.23",
"@novel-segment/loaders": "^1.0.39",
"@novel-segment/dict-loader-core": "^1.0.25",
"@novel-segment/loader-stopword": "^1.0.25",
"@novel-segment/loaders": "^1.0.41",
"@novel-segment/stream-loader-core": "^1.0.22",

@@ -106,9 +106,9 @@ "@novel-segment/util": "^1.0.69",

"core-decorators": "^0.20.0",
"crlf-normalize": "^1.0.16",
"crlf-normalize": "^1.0.18",
"tslib": ">=2"
},
"peerDependencies": {
"novel-segment": "^2.7.98"
"novel-segment": "^2.7.99"
},
"gitHead": "ab895e8f7aa502fb7776fff08897de5bed70afef"
"gitHead": "4d4d387a41ff033ec236ccff4966c2f5444a67af"
}

@@ -18,3 +18,3 @@ "use strict";

// @ts-ignore
gitroot = await Promise.resolve().then(() => tslib_1.__importStar(require('git-root2')));
gitroot = await Promise.resolve().then(() => tslib_1.__importStar(require('git-root2'))).then(m => m.sync);
// @ts-ignore

@@ -21,0 +21,0 @@ gitroot = gitroot(__dirname);

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