Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-input

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-input - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

2

dist/cosmoz-textarea.js

@@ -13,3 +13,3 @@ import { html } from 'lit-html'; // eslint-disable-line object-curly-newline

return render(html `
<textarea id="input" part="input" style="resize: none"
<textarea id="input" part="input"
autocomplete=${ifDefined(autocomplete)}

@@ -16,0 +16,0 @@ placeholder=${placeholder || ' '}

@@ -80,2 +80,4 @@ import { tagged as css } from '@neovici/cosmoz-utils';

font-size: inherit;
font-family: inherit;
resize: none;
}

@@ -82,0 +84,0 @@ :host(:focus-within) .wrap {

{
"name": "@neovici/cosmoz-input",
"version": "3.5.0",
"version": "3.6.0",
"description": "A input web component",

@@ -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