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

cspell-grammar

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-grammar - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

4

dist/parser/grammarTypesHelpers.js

@@ -12,7 +12,7 @@ export function isPatternInclude(p) {

const p = pattern;
return !!p.match && typeof p.match in TypeofMatch;
return !!p.match && (typeof p.match) in TypeofMatch;
}
export function isPatternBeginEnd(pattern) {
const p = pattern;
return p.begin !== undefined && typeof p.begin in TypeofBegin && typeof p.end in TypeofEnd;
return p.begin !== undefined && (typeof p.begin) in TypeofBegin && (typeof p.end) in TypeofEnd;
}

@@ -19,0 +19,0 @@ export function isPatternPatterns(p) {

{
"name": "cspell-grammar",
"version": "8.0.0",
"version": "8.1.0",
"description": "Grammar parsing support for cspell",

@@ -85,6 +85,6 @@ "keywords": [

"dependencies": {
"@cspell/cspell-pipe": "8.0.0",
"@cspell/cspell-types": "8.0.0"
"@cspell/cspell-pipe": "8.1.0",
"@cspell/cspell-types": "8.1.0"
},
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370"
"gitHead": "28568808deaf39b9ffa71fd0f722441ff1b8c794"
}
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