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

@grammarly/editor-sdk

Package Overview
Dependencies
Maintainers
8
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammarly/editor-sdk - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

10

lib/editor-sdk.beta.d.ts

@@ -41,3 +41,3 @@ /**

*
* In addition to `"american"`, `"british"`, `"canadian"`, and `"australian"` English, you can set the following values:
* In addition to `"american"`, `"australian"`, `"british"`, `"canadian"`, and `"indian"` English, you can set the following values:
*

@@ -58,3 +58,3 @@ * - `"auto-browser"`: Chooses an appropriate dialect based on the user's browser settings. This is the default value.

/** @since v1.3.0 */
"auto-browser" | "american" | "british" | "canadian" | "australian"
"auto-browser" | "american" | "australian" | "british" | "canadian" | "indian"
/** @since v1.3.0 */

@@ -123,2 +123,4 @@ | "auto-text";

*
* See {@link EditorConfig} to customize per editor instance.
*
* @example

@@ -168,3 +170,3 @@ * ```js

/**
* Configuration to customize the Grammarly integration per editor instance.
* Configuration to customize the Grammarly integration per `Editor` instance.
*

@@ -334,2 +336,4 @@ * @public

*
* The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of `<grammarly-button>`.
*
* @remarks

@@ -336,0 +340,0 @@ * [Learn more](https://developer.grammarly.com/docs/customization#grammarly-button)

@@ -41,3 +41,3 @@ /**

*
* In addition to `"american"`, `"british"`, `"canadian"`, and `"australian"` English, you can set the following values:
* In addition to `"american"`, `"australian"`, `"british"`, `"canadian"`, and `"indian"` English, you can set the following values:
*

@@ -58,3 +58,3 @@ * - `"auto-browser"`: Chooses an appropriate dialect based on the user's browser settings. This is the default value.

/** @since v1.3.0 */
"auto-browser" | "american" | "british" | "canadian" | "australian"
"auto-browser" | "american" | "australian" | "british" | "canadian" | "indian"
/** @since v1.3.0 */

@@ -123,2 +123,4 @@ | "auto-text";

*
* See {@link EditorConfig} to customize per editor instance.
*
* @example

@@ -168,3 +170,3 @@ * ```js

/**
* Configuration to customize the Grammarly integration per editor instance.
* Configuration to customize the Grammarly integration per `Editor` instance.
*

@@ -326,2 +328,4 @@ * @public

*
* The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of `<grammarly-button>`.
*
* @remarks

@@ -328,0 +332,0 @@ * [Learn more](https://developer.grammarly.com/docs/customization#grammarly-button)

@@ -16,3 +16,3 @@ {

],
"version": "2.3.7",
"version": "2.3.8",
"main": "./lib/index.js",

@@ -40,6 +40,6 @@ "module": "./lib/index.esm.js",

"devDependencies": {
"@grammarly/plugin-core": "2.3.7",
"@grammarly/plugin-editor": "2.3.7",
"@grammarly/plugin-invariant": "2.3.7",
"@grammarly/plugin-reactivity": "2.3.7",
"@grammarly/plugin-core": "2.3.8",
"@grammarly/plugin-editor": "2.3.8",
"@grammarly/plugin-invariant": "2.3.8",
"@grammarly/plugin-reactivity": "2.3.8",
"@microsoft/api-extractor": "^7.28.7",

@@ -46,0 +46,0 @@ "@testing-library/jest-dom": "^5.11.10",

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