New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dictionary-en-us

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

dictionary-en-us - npm Package Compare versions

Comparing version

to
1.0.2

15

index.js

@@ -53,17 +53,8 @@ /**

if (exception) {
return;
}
if (err) {
exception = err;
callback(err);
return;
}
exception = exception || err;
result[name] = doc;
if (pos) {
callback(exception, !exception && result)
callback(exception, !exception && result)
result = exception = null;
}

@@ -70,0 +61,0 @@ });

2

package.json
{
"name": "dictionary-en-us",
"version": "1.0.1",
"version": "1.0.2",
"description": "English (United States) spelling dictionary in UTF-8",

@@ -5,0 +5,0 @@ "license": "(MIT AND BSD)",