Socket
Socket
Sign inDemoInstall

@grammarly/react-textarea

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammarly/react-textarea - npm Package Compare versions

Comparing version 0.10.7 to 0.10.8

README.md

2

lib/index.esm.js

@@ -76,3 +76,3 @@ import * as React from 'react';

const [versionMajor] = "0.10.7".split(".");
const [versionMajor] = "0.10.8".split(".");
async function getGrammarlyModule() {

@@ -79,0 +79,0 @@ return await loadGrammarly({

@@ -102,3 +102,3 @@ 'use strict';

const [versionMajor] = "0.10.7".split(".");
const [versionMajor] = "0.10.8".split(".");
async function getGrammarlyModule() {

@@ -105,0 +105,0 @@ return await loadGrammarly({

{
"private": false,
"name": "@grammarly/react-textarea",
"version": "0.10.7",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git://github.com/grammarly/javascript-plugin.git"
},
"files": [
"lib/index.d.ts",
"lib/index.esm.js",
"lib/index.js"
],
"scripts": {
"test": "jest",
"test:size": "bundlesize"
},
"dependencies": {
"react": ">=16.11.0",
"react-dom": ">=16.11.0"
},
"devDependencies": {
"@grammarly/plugin-core": "workspace:*",
"@grammarly/plugin-textarea": "workspace:*",
"@types/jest": "^26.0.14",
"bundlesize": "^0.18.0",
"jest": "^26.5.2",
"ts-jest": "^26.4.1"
},
"bundlesize": [
{
"path": "./lib/index.js",
"maxSize": "35 kb",
"compression": "none"
}
]
"private": false,
"name": "@grammarly/react-textarea",
"version": "0.10.8",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git://github.com/grammarly/javascript-plugin.git"
},
"files": [
"lib/index.d.ts",
"lib/index.esm.js",
"lib/index.js"
],
"scripts": {
"test": "jest",
"test:size": "bundlesize"
},
"dependencies": {
"react": ">=16.11.0",
"react-dom": ">=16.11.0"
},
"devDependencies": {
"@grammarly/plugin-core": "0.10.8",
"@grammarly/plugin-textarea": "0.10.8",
"@types/jest": "^26.0.14",
"bundlesize": "^0.18.0",
"jest": "^26.5.2",
"ts-jest": "^26.4.1"
},
"bundlesize": [
{
"path": "./lib/index.js",
"maxSize": "10 kb",
"compression": "none"
}
]
}
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