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

cspell-dict-en_us

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-en_us - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

index.js

6

package.json
{
"name": "cspell-dict-en_us",
"version": "1.1.2",
"version": "1.1.3",
"description": "English dictionary for cspell.",

@@ -11,2 +11,3 @@ "bin": {

"build": "cspell-tools compile-trie \"en_US.txt\" -o .",
"prepublishOnly": "cp ../util/* .",
"cspell-link": "node link.js",

@@ -30,2 +31,3 @@ "cspell-unlink": "node unlink.js",

],
"main": "index.js",
"author": "Jason Dent",

@@ -38,3 +40,3 @@ "license": "MIT",

"devDependencies": {
"cspell-tools": "^1.4.0"
"cspell-tools": "^1.4.2"
},

@@ -41,0 +43,0 @@ "dependencies": {

@@ -47,4 +47,5 @@ 'use strict';

module.exports = {
install: install,
uninstall: uninstall
install,
uninstall,
configLocation,
};
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