🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@nlpjs/builtin-microsoft

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/builtin-microsoft - npm Package Compare versions

Comparing version

to
4.14.3

4

package.json
{
"name": "@nlpjs/builtin-microsoft",
"version": "4.14.0",
"version": "4.14.3",
"description": "Builtin Named Entity Recognition with Microsoft Recognizers",

@@ -31,3 +31,3 @@ "author": {

},
"gitHead": "48a764d97a40355f51560177ecc0ec8cfabaa195"
"gitHead": "1f8a3bcfe527f0dbb6c7effdfe092b9b9af0d02a"
}

@@ -256,2 +256,11 @@ /*

} else if (
other.entity === edge.entity &&
other.accuracy === edge.accuracy &&
((!edge.resolution && !other.resolution) ||
(edge.resolution &&
other.resolution &&
edge.resolution.subtype === other.resolution.subtype))
) {
other.discarded = true;
} else if (
other.entity === 'ordinal' &&

@@ -258,0 +267,0 @@ edge.entity === 'number'