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.4-next-1681778644.0 to 0.0.4-next-1698962476.0

19

dist/index.d.ts

@@ -12,3 +12,3 @@ import { BaseLanguageClient, MessageTransports } from 'vscode-languageclient';

*
* @alpha
* @public
*/

@@ -20,5 +20,12 @@ declare type Opaque<T, K> = T & {

/**
* Status of
*
* @public
*/
declare type SessionStatus = "connecting" | "checking" | "idle" | "error";
/**
* A unique identifier for a suggestion.
*
* @alpha
* @public
*/

@@ -30,11 +37,5 @@ declare type SuggestionId$1 = Opaque<string, "SuggestionId">;

*
* @alpha
* @public
*/
declare type SuggestionId = SuggestionId$1;
/**
* Status of
*
* @alpha
*/
declare type SessionStatus = "connecting" | "checking" | "idle" | "error";

@@ -41,0 +42,0 @@ interface Protocol {

{
"name": "grammarly-languageclient",
"version": "0.0.4-next-1681778644.0",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "./dist/index.node.cjs",
"module": "./dist/index.node.mjs",
"browser": "./dist/index.browser.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"node": {
"require": "./dist/index.node.cjs",
"import": "./dist/index.node.mjs",
"default": "./dist/index.node.mjs"
},
"default": {
"import": "./dist/index.browser.mjs",
"default": "./dist/index.browser.mjs"
}
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/znck/grammarly",
"directory": "packages/grammarly-languageclient"
},
"buildConfig": {
"useMain": false,
"external": [
"vscode-languageclient/browser",
"vscode-languageclient/node"
],
"sources": {
"src/index.ts": [
{
"format": "dts",
"file": "dist/index.d.ts"
}
],
"src/index.browser.ts": [
{
"format": "esm",
"file": "dist/index.browser.mjs"
}
],
"src/index.node.ts": [
{
"format": "esm",
"file": "dist/index.node.mjs"
},
{
"format": "cjs",
"file": "dist/index.node.cjs"
}
]
}
},
"license": "MIT",
"files": [
"dist",
"bin"
],
"dependencies": {
"vscode-languageclient": "^7.0.0"
},
"devDependencies": {
"@grammarly/sdk": "^1.7.4"
}
}
"name": "grammarly-languageclient",
"version": "0.0.4-next-1698962476.0",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "./dist/index.node.cjs",
"module": "./dist/index.node.mjs",
"browser": "./dist/index.browser.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"node": {
"require": "./dist/index.node.cjs",
"import": "./dist/index.node.mjs",
"default": "./dist/index.node.mjs"
},
"default": {
"import": "./dist/index.browser.mjs",
"default": "./dist/index.browser.mjs"
}
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/znck/grammarly",
"directory": "packages/grammarly-languageclient"
},
"buildConfig": {
"useMain": false,
"external": [
"vscode-languageclient/browser",
"vscode-languageclient/node"
],
"sources": {
"src/index.ts": [
{
"format": "dts",
"file": "dist/index.d.ts"
}
],
"src/index.browser.ts": [
{
"format": "esm",
"file": "dist/index.browser.mjs"
}
],
"src/index.node.ts": [
{
"format": "esm",
"file": "dist/index.node.mjs"
},
{
"format": "cjs",
"file": "dist/index.node.cjs"
}
]
}
},
"license": "MIT",
"files": [
"dist",
"bin"
],
"dependencies": {
"vscode-languageclient": "^7.0.0"
},
"devDependencies": {
"@grammarly/sdk": "^2.3.17"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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