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

@collaborne/paper-suggest-textarea

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collaborne/paper-suggest-textarea - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

22

dist/iron-suggest-textarea.js

@@ -33,4 +33,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

return css `
#text {
@apply --suggest-textarea;
#textarea {
width: 100%;
height: 100%;
box-sizing: border-box;
font-size: var(--iron-suggest-textarea-font-size);
font-family: var(--iron-suggest-textarea-font-family);
color: var(--iron-suggest-textarea-color);
outline: var(--iron-suggest-textarea-outline);
border: var(--iron-suggest-textarea-border);
border-radius: var(--iron-suggest-textarea-border-radius);
padding: var(--iron-suggest-textarea-padding);
resize: var(--iron-suggest-textarea-resize);
}

@@ -76,6 +86,6 @@ `;

id="textarea"
value="${this.value}"
placeholder="${this.placeholder}"
max-rows="${this.maxRows}"
autofocus="${this.autofocus}"
.value="${this.value || ''}"
.placeholder="${this.placeholder || ''}"
.maxRows="${this.maxRows}"
?autofocus="${this.autofocus}"
@focus="${this.onFocus}"

@@ -82,0 +92,0 @@ @keyup="${this.onKeyup}"

@@ -15,3 +15,3 @@ {

"name": "@collaborne/paper-suggest-textarea",
"version": "4.0.2",
"version": "4.0.3",
"main": "dist/iron-suggest-textarea.js",

@@ -18,0 +18,0 @@ "types": "dist/iron-suggest-textarea.d.ts",

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