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

dictionary-en-za

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dictionary-en-za - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

3

index.js

@@ -1,9 +0,6 @@

/* Dependencies. */
var read = require('fs').readFile;
var join = require('path').join;
/* Expose. */
module.exports = load;
/* Load the dictionary-en-za dictionaries. */
function load(callback) {

@@ -10,0 +7,0 @@ var pos = -1;

11

package.json
{
"name": "dictionary-en-za",
"version": "1.2.1",
"version": "2.0.0",
"description": "English (South Africa) spelling dictionary in UTF-8",

@@ -15,12 +15,9 @@ "license": "LGPL-2.1",

],
"repository": {
"type": "git",
"url": "https://github.com/wooorm/dictionaries"
},
"repository": "wooorm/dictionaries",
"bugs": "https://github.com/wooorm/dictionaries/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"Thomas Beverley <tom.beverley101@gmail.com>"
],
"main": "index.js",
"files": [

@@ -27,0 +24,0 @@ "index.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