Socket
Socket
Sign inDemoInstall

lemmer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemmer - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

index.js

@@ -5,3 +5,3 @@ var async = require("async");

var WordNet = require("node-wordnet");
var wordnet = new WordNet();
var wordnet = new WordNet({cache:true});

@@ -18,3 +18,2 @@ var _findForms = function(input, next) {

wordnet.validForms(input, function(results) {
if (results && results.length !== 0) {

@@ -21,0 +20,0 @@ for (i = 0; i < results.length; i++ ) {

{
"name": "lemmer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Wordnet Lemmer",

@@ -19,3 +19,3 @@ "main": "index.js",

"async": "0.9.0",
"node-wordnet": "0.1.7",
"node-wordnet": "0.1.8",
"underscore": "1.8.3",

@@ -22,0 +22,0 @@ "wndb-with-exceptions": "3.0.1"

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