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.5 to 0.1.6

4

package.json
{
"name": "lemmer",
"version": "0.1.5",
"version": "0.1.6",
"description": "Wordnet Lemmer",

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

"async": "0.9.0",
"node-wordnet": "0.1.9",
"node-wordnet": "0.1.10",
"underscore": "1.8.3",

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

@@ -26,3 +26,3 @@ var mocha = require("mocha");

Lem.lemmatize('__something__', function(err, res) {
console.log(err, res);
res.should.eql(['__something__']);
done();

@@ -29,0 +29,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