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

nlp-wordpos

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlp-wordpos - npm Package Compare versions

Comparing version 0.0.18 to 0.0.20

app.js

2

nlpwordpos.js
'use strict';
const WordPos = require('wordpos');
const WordNet = require('node-wordnet');
const WordNet = require('node-wordnet-fixed');
const SpellChecker = require('simple-spellchecker');

@@ -6,0 +6,0 @@

{
"name": "nlp-wordpos",
"version": "0.0.18",
"version": "0.0.20",
"description": "nlp-wordpos",

@@ -8,3 +8,4 @@ "main": "nlpwordpos.js",

"dependencies": {
"node-wordnet": "^0.1.12",
"nlp-es6-shim2": "^0.22.2",
"node-wordnet-fixed": "^0.1.16",
"simple-spellchecker": "^0.9.7",

@@ -20,3 +21,2 @@ "thesaurus-com": "^1.2.1",

"license": "ISC",
"keywords": [

@@ -23,0 +23,0 @@ "Nlp",

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