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 4.0.3 to 5.0.0

dict/cpp-legacy.txt

9

cspell-ext.json

@@ -10,4 +10,9 @@ // cSpell Settings

{
"name": "cpp-legacy",
"path": "./dict/cpp-legacy.txt",
"description": "Legacy C/C++ Keywords and common library functions."
},
{
"name": "cpp",
"path": "./cpp.txt.gz",
"path": "./dict/cpp.txt",
"description": "C/C++ Keywords and common library functions."

@@ -17,3 +22,3 @@ },

"name": "cpp-refined",
"path": "./cpp-refined.txt.gz",
"path": "./dict/cpp-refined.txt",
"description": "Refined list of C/C++ Keywords and common library functions."

@@ -20,0 +25,0 @@ }

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

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

"scripts": {
"build": "yarn run build-cpp && yarn run build-cpp-refined",
"build": "cspell-tools-cli build",
"build-cpp": "cspell-tools compile \"src/cpp.txt\" -o .",

@@ -42,7 +42,6 @@ "build-cpp-refined": "cat source-files-cpp-refined.txt | xargs cspell-tools-cli compile --no-split --keep-raw-case --merge cpp-refined -o .",

"files": [
"cpp.txt.gz",
"cpp-refined.txt.gz",
"dict/*.txt",
"cspell-ext.json"
],
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668"
"gitHead": "50e337bb612dd8ebe3d91c09faa1a2b130997ae4"
}
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