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

@cspell/cspell-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-types - npm Package Compare versions

Comparing version 8.3.2 to 8.4.0

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "8.3.2",
"version": "8.4.0",
"description": "Types for cspell and cspell-lib",

@@ -89,3 +89,3 @@ "type": "commonjs",

},
"gitHead": "98f622b2b12529f2d1ccf0f3a57991e4c08b3e3a"
"gitHead": "f9ad457ca2102c6642c377417a95a4415f5ec3d8"
}

@@ -40,7 +40,7 @@ # Cspell Types

name: 'pound-includes',
pattern: /^\s*#include.*/g,
},
pattern: /^\s*#include.*/g
}
],
ignoreRegExpList: ['pound-includes'],
},
ignoreRegExpList: ['pound-includes']
}
],

@@ -50,6 +50,6 @@ dictionaryDefinitions: [

name: 'custom-words',
path: './custom-words.txt',
},
path: './custom-words.txt'
}
],
dictionaries: ['custom-words'],
dictionaries: ['custom-words']
};

@@ -56,0 +56,0 @@

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