New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
3
Versions
1190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

13

components/ez-text-area/readme.md

@@ -30,2 +30,15 @@ # ez-text-area

### `appendTextToSelection(text: string) => Promise<void>`
Adiciona o argumento text no value do text area, seguindo as regras:
- Se o cursor do mouse está posicionado em algum local do texto, o argumento será adicionado nesse local.
- Se existir uma seleção no texto, o trecho selecionado deve ser substituído pelo argumento.
- Se não existir seleção nem posicionamento do cursor do mouse, o argumento será adicionado no final do texto.
#### Returns
Type: `Promise<void>`
### `isInvalid() => Promise<boolean>`

@@ -32,0 +45,0 @@

2

package.json
{
"name": "@sankhyalabs/ezui-docs",
"version": "5.1.0",
"version": "5.2.0",
"description": "Documentação da biblioteca de componentes Sankhya.",

@@ -5,0 +5,0 @@ "main": "",

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