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 0.3.2 to 0.3.3

2

g3/model/relation.js

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

isNegated() {
return this.feats.has(Relation.FEAT_NEGATED);
return this.feats.get(Relation.FEAT_NEGATED) === "true" ? true : false;
}

@@ -39,0 +39,0 @@ modality() {

{
"name": "geneea-nlp-client",
"version": "0.3.2",
"version": "0.3.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