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

nlpjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlpjs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

lib/levenshtein.js

@@ -37,2 +37,5 @@ //slow ass recursive version

var slength = secword.length;
//make it case insensitive
var firstword = firstword.toLowerCase();
var secword = secword.toLowerCase();
//make d(flength+1, slength+1) //and set it to 0

@@ -39,0 +42,0 @@ var dMatrix = createInitMatrix(flength+1, slength+1, 0);

2

package.json
{
"name": "nlpjs",
"description": "NLP library for javascript",
"version": "0.0.1",
"version": "0.0.2",
"author": "nicktesla",

@@ -6,0 +6,0 @@ "repository": {

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