Socket
Socket
Sign inDemoInstall

cspell-grammar

Package Overview
Dependencies
Maintainers
1
Versions
146
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 6.1.3-alpha.0 to 6.1.3-alpha.1

28

package.json
{
"name": "cspell-grammar",
"version": "6.1.3-alpha.0",
"version": "6.1.3-alpha.1",
"description": "Grammar parsing support for cspell",

@@ -19,3 +19,21 @@ "keywords": [

},
"typings": "dist/index.d.ts",
"typings": "index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*"
],
"parsers/*": [
"dist/parsers/*"
],
"index.d.ts": [
"dist/index.d.ts"
]
}
},
"exports": {
".": "./dist/index.js",
"./parsers/typescript": "./dist/parsers/typescript/index.js",
"./parsers/typescript/index.js": "./dist/parsers/typescript/index.js"
},
"files": [

@@ -55,6 +73,6 @@ "dist",

"dependencies": {
"@cspell/cspell-pipe": "^6.1.3-alpha.0",
"@cspell/cspell-types": "^6.1.3-alpha.0"
"@cspell/cspell-pipe": "^6.1.3-alpha.1",
"@cspell/cspell-types": "^6.1.3-alpha.1"
},
"gitHead": "b3cde7e463fd8a6f2c03f990adc70b913239baeb"
"gitHead": "3b0a99870292387ca96aba8a7da701575b56ed5b"
}
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