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.15 to 2.3.16

2

lib/editor-sdk.beta.d.ts

@@ -257,3 +257,3 @@ /**

*
* @beta
* @public
* @since v1.10.2

@@ -260,0 +260,0 @@ */

@@ -254,4 +254,12 @@ /**

oauthRedirectUri?: string;
/**
* OAuth assertion to verify ownership of the clientId.
*
* @public
* @since v1.10.2
*/
oauthAssertionProvider?: string | (() => Promise<{
assertion: string;
}>);
/**
* Show suggestion cards when a user hovers over a suggestion underline.

@@ -258,0 +266,0 @@ *

@@ -22,3 +22,3 @@ {

],
"version": "2.3.15",
"version": "2.3.16",
"main": "./lib/index.js",

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

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

@@ -53,0 +53,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