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

dictionary-en

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dictionary-en - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

index.js

@@ -15,5 +15,5 @@ var read = require('fs').readFile

function one(name) {
read(join(__dirname, 'index.' + name), function (err, doc) {
read(join(__dirname, 'index.' + name), function (error, doc) {
pos++
exception = exception || err
exception = exception || error
result[name] = doc

@@ -20,0 +20,0 @@

{
"name": "dictionary-en",
"version": "3.0.1",
"version": "3.1.0",
"description": "English spelling dictionary in UTF-8",

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

Sorry, the diff of this file is not supported yet

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