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

grammarly-languageclient

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grammarly-languageclient - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-next-1651847858.0

69

package.json
{
"name": "grammarly-languageclient",
"version": "0.0.0",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.browser.js",
"types": "dist/index.d.ts",
"publishConfig": {
"types": "dist/index.d.ts"
},
"buildConfig": {
"external": [
"vscode-languageclient/browser",
"vscode-languageclient/node"
],
"sources": {
"src/index.ts": [
{
"format": "esm",
"file": "dist/index.browser.js"
}
]
}
},
"license": "MIT",
"files": [
"dist",
"bin"
],
"dependencies": {
"vscode-languageclient": "^7.0.0"
},
"readme": "# LanguageClient for Grammarly SDK\n\nA client for `grammarly-languageserver`.\n\n## Support\n\nThis extension is maintained by [Rahul Kadyan](https://github.com/znck). You can [💖 sponsor him](https://github.com/sponsors/znck) for the continued development of this extension.\n\n<p align=\"center\">\n <a href=\"https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.svg\">\n <img src='https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.png'/>\n </a>\n</p>\n\n<br>\n<br>\n<br>\n"
}
"name": "grammarly-languageclient",
"version": "0.0.1-next-1651847858.0",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.browser.js",
"types": "dist/index.d.ts",
"publishConfig": {
"types": "dist/index.d.ts"
},
"buildConfig": {
"external": [
"vscode-languageclient/browser",
"vscode-languageclient/node"
],
"sources": {
"src/index.ts": [
{
"format": "esm",
"file": "dist/index.browser.js"
}
]
}
},
"license": "MIT",
"files": [
"dist",
"bin"
],
"dependencies": {
"vscode-languageclient": "^7.0.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