Socket
Socket
Sign inDemoInstall

geneea-nlp-client

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

g3/io/reader.js

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

var _a, _b;
const men = model_1.EntityMention.of(raw.id, raw.text, raw.mwl, this.readAndResolveIds(raw, "tokenIds"), raw.feats ? this.readFeats(raw.feat) : null, null, (_a = this.id2sentiment.get(raw.id)) !== null && _a !== void 0 ? _a : null, (_b = this.id2vectors.get(raw.id)) !== null && _b !== void 0 ? _b : null);
const men = model_1.EntityMention.of(raw.id, raw.text, raw.mwl, this.readAndResolveIds(raw, "tokenIds"), raw.feats ? this.readFeats(raw.feats) : null, null, (_a = this.id2sentiment.get(raw.id)) !== null && _a !== void 0 ? _a : null, (_b = this.id2vectors.get(raw.id)) !== null && _b !== void 0 ? _b : null);
const entityId = raw.derivedFromEntityId;

@@ -208,0 +208,0 @@ if (entityId) {

{
"name": "geneea-nlp-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "The TypeScript Client for Geneea Interpretor G3 API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc