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

node-nlp-typescript

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nlp-typescript - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

dist/nlp/nlp-manager.d.ts

@@ -17,2 +17,3 @@ export interface NlpManagerSettings {

settings?: any;
forceNER?: boolean;
processTransformer?: (result: any) => any;

@@ -19,0 +20,0 @@ }

6

package.json
{
"name": "node-nlp-typescript",
"version": "1.0.2",
"version": "1.0.3",
"description": "nlp.js from axa-group in typescript 🚀. NLP library for building bots 🤖, with entity extraction, sentiment analysis, automatic language identification, and more. ",

@@ -51,3 +51,2 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "^18.15.10",
"tsup": "^6.7.0",

@@ -71,4 +70,5 @@ "typescript": "^5.0.2"

"@nlpjs/similarity": "^4.26.1",
"@nlpjs/xtables": "^4.25.0"
"@nlpjs/xtables": "^4.25.0",
"@types/node": "^18.15.11"
}
}

@@ -30,2 +30,3 @@ import fs from 'fs';

settings?: any
forceNER?: boolean
processTransformer?: (result: any) => any

@@ -32,0 +33,0 @@ }

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