Socket
Socket
Sign inDemoInstall

insert-text-textarea

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    insert-text-textarea


Version published
Weekly downloads
200
increased by52.67%
Maintainers
1
Install size
3.64 kB
Created
Weekly downloads
 

Readme

Source

insert-text-textarea Build Status

Install

npm install insert-text-textarea

Setup

const insertText = require('insert-text-textarea');
import insertText from 'insert-text-textarea';

Usage

const textarea = document.querySelector('textarea');
insertText(textarea);
  • indent-textarea - Add editor-like tab-to-indent functionality to , in a few bytes.
  • fit-textarea - Automatically expand a <textarea> to fit its content, in a few bytes.
  • Refined GitHub - Uses this module.

FAQs

Last updated on 15 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc