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

rc-textarea

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-textarea - npm Package Compare versions

Comparing version 1.0.0-2 to 1.0.0-3

1

es/TextArea.js

@@ -169,3 +169,2 @@ import _typeof from "@babel/runtime/helpers/esm/typeof";

onCompositionEnd: onInternalCompositionEnd,
maxLength: maxLength,
className: classNames(showCount ? '' : className, classes === null || classes === void 0 ? void 0 : classes.textarea),

@@ -172,0 +171,0 @@ style: !showCount && style,

@@ -196,3 +196,2 @@ "use strict";

onCompositionEnd: onInternalCompositionEnd,
maxLength: maxLength,
className: (0, _classnames.default)(showCount ? '' : className, classes === null || classes === void 0 ? void 0 : classes.textarea),

@@ -199,0 +198,0 @@ style: !showCount && style,

2

package.json
{
"name": "rc-textarea",
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "Pretty Textarea react component used in used in ant.design",

@@ -5,0 +5,0 @@ "keywords": [

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