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

@cspell/dict-cpp

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-cpp - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

4

cspell-ext.json

@@ -29,3 +29,3 @@ // cSpell Settings

// Language Rules to apply to matching files.
// Files are matched on `languageId` and `local`
// Files are matched on `languageId` and `locale`
"languageSettings": [

@@ -36,3 +36,3 @@ {

"languageId": "c,cpp",
// Language local. i.e. en-US, de-AT, or ru. * will match all locals.
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.

@@ -39,0 +39,0 @@ "locale": "*",

{
"name": "@cspell/dict-cpp",
"version": "5.1.1",
"version": "5.1.2",
"description": "C/C++ Dictionary dictionary for cspell.",

@@ -15,3 +15,3 @@ "publishConfig": {

"build": "cspell-tools-cli build",
"test": "shx head -n 1000 \"src/cpp.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cpp stdin",
"test": "shx head -n 1000 \"src/cpp.txt\" | cspell -v -c ./cspell-ext.json --locale=* --languageId=cpp stdin",
"prepublishOnly": "echo pre-publish",

@@ -43,3 +43,3 @@ "prepare:dictionary": "pnpm run build"

],
"gitHead": "02e8b082f559fe5dcb8b728efed51393754a630e"
"gitHead": "e830a70e148dbde063cc4994c3cb96d734f6f586"
}

Sorry, the diff of this file is too big to display

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