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 0.1.29 to 0.1.30

src/test.js

6

dist/index.js

@@ -1,2 +0,5 @@

export class Point {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Point = void 0;
class Point {
x = 0;

@@ -10,1 +13,2 @@ y = 0;

}
exports.Point = Point;

4

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

@@ -33,4 +33,4 @@ "main": "dist/index.js",

"dependencies": {
"node-nlp-typescript": "^0.1.20"
"node-nlp-typescript": "^0.1.29"
}
}
{
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"noEmitOnError": false,

@@ -5,0 +8,0 @@ "declaration": true,

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