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

@cspell/dict-fullstack

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-fullstack - npm Package Compare versions

Comparing version 1.0.39 to 2.0.1

3

cspell-ext.json
// cSpell Settings
{
"id": "fullstack",
"version": "0.2",
"name": "Fullstack",

@@ -26,3 +27,3 @@ "description": "Common words encountered during fullstack development",

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"locale": "*",
// By default the whole text of a file is included for spell checking

@@ -29,0 +30,0 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

{
"name": "@cspell/dict-fullstack",
"version": "1.0.39",
"version": "2.0.1",
"description": "Dictionary of terms used in Fullstack development.",

@@ -14,4 +14,4 @@ "publishConfig": {

"scripts": {
"build": "cspell-tools compile \"fullstack.txt\" -o .",
"test": "head -n 100 \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin",
"build": "cspell-tools-cli compile --split \"fullstack.txt\" -o .",
"test": "cat \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin",
"prepublishOnly": "yarn test",

@@ -26,2 +26,3 @@ "prepare": "yarn run build"

"cspell",
"cspell-ext",
"fullstack",

@@ -41,3 +42,3 @@ "dictionary",

],
"gitHead": "353ef5c5b562dbafffcad9025e43550b027976bf"
"gitHead": "76078b0b0a78472607f483cf3a934de10f515d34"
}

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