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

@grammarly/editor-sdk

Package Overview
Dependencies
Maintainers
7
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 1.0.0-alpha.5 to 1.0.0-alpha.6

lib/index.iife.js

4

lib/index.esm.js

@@ -54,4 +54,4 @@ function findScript(url) {

}
// const [versionMajor, versionMinor] = "1.0.0-alpha.5".split(".");
const resolvedVersion = "1.0.0-alpha.5"; // after prerelease, we will use: ${versionMajor}.${versionMinor}
// const [versionMajor, versionMinor] = "1.0.0-alpha.6".split(".");
const resolvedVersion = "1.0.0-alpha.6"; // after prerelease, we will use: ${versionMajor}.${versionMinor}
/**

@@ -58,0 +58,0 @@ * Initialize Grammarly.

@@ -58,4 +58,4 @@ 'use strict';

}
// const [versionMajor, versionMinor] = "1.0.0-alpha.5".split(".");
const resolvedVersion = "1.0.0-alpha.5"; // after prerelease, we will use: ${versionMajor}.${versionMinor}
// const [versionMajor, versionMinor] = "1.0.0-alpha.6".split(".");
const resolvedVersion = "1.0.0-alpha.6"; // after prerelease, we will use: ${versionMajor}.${versionMinor}
/**

@@ -62,0 +62,0 @@ * Initialize Grammarly.

@@ -5,3 +5,3 @@ {

"description": "Grammarly writing SDK for web editors",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"main": "lib/index.js",

@@ -22,2 +22,3 @@ "module": "lib/index.esm.js",

"lib/index.esm.js",
"lib/index.iife.js",
"lib/index.js"

@@ -31,4 +32,4 @@ ],

"devDependencies": {
"@grammarly/plugin-core": "1.0.0-alpha.5",
"@grammarly/plugin-editor": "1.0.0-alpha.5",
"@grammarly/plugin-core": "1.0.0-alpha.6",
"@grammarly/plugin-editor": "1.0.0-alpha.6",
"@microsoft/api-extractor": "^7.13.0",

@@ -35,0 +36,0 @@ "@types/jest": "^26.0.22",

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