Socket
Socket
Sign inDemoInstall

node-wordnet

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-wordnet - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

CHANGES.md

@@ -5,2 +5,8 @@ Release history

Version 0.1.4
-------------
* Changed to setImmediate to avoid recursive process.nextTick
Version 0.1.3

@@ -7,0 +13,0 @@ -------------

4

lib/wordnet.js

@@ -455,5 +455,3 @@ var DataFile, IndexFile, Promise, WordNet, async, fs, path,

} else if (wordnet.exceptions === 'pending') {
return process.nextTick(function() {
return _validFormsWithExceptions(wordnet, string, callback);
});
return setImmediate(_validFormsWithExceptions, wordnet, string, callback);
} else {

@@ -460,0 +458,0 @@ return _validForms(wordnet, string, callback);

{
"name": "node-wordnet",
"version": "0.1.3",
"version": "0.1.4",
"description": "Node.js interface for Wordnet",

@@ -5,0 +5,0 @@ "main": "lib/wordnet.js",

Sorry, the diff of this file is not supported yet

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