@node-rs/jieba
Advanced tools
Sorry, the diff of this file is too big to display
+5
-5
| { | ||
| "name": "@node-rs/jieba", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
| "description": "Fastest Chinese word segmentation in NodeJS", | ||
@@ -42,4 +42,4 @@ "keywords": [ | ||
| "bench": "cross-env NODE_ENV=production node benchmark/jieba.js", | ||
| "build": "napi --release ./jieba", | ||
| "build:debug": "napi ./jieba" | ||
| "build": "napi build --platform --release ./jieba", | ||
| "build:debug": "napi build --platform ./jieba" | ||
| }, | ||
@@ -50,3 +50,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@node-rs/helper": "^0.2.1" | ||
| "@node-rs/helper": "^0.3.0" | ||
| }, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "4fbd9b819ecbd8401e55d711598513899756038a" | ||
| "gitHead": "16f61664fae6f172d78a572549c428cfd98752f8" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
63232604
0+ Added
- Removed
Updated