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

@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 1.0.4 to 1.0.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [1.0.5](https://github.com/neovici/cosmoz-input/compare/v1.0.4...v1.0.5) (2021-01-26)
### Bug Fixes
* improve style compat ([6b6f87c](https://github.com/neovici/cosmoz-input/commit/6b6f87c664fa642d155b6ce43a9adc65ac350673))
### [1.0.4](https://github.com/neovici/cosmoz-input/compare/v1.0.3...v1.0.4) (2021-01-26)

@@ -2,0 +9,0 @@

7

cosmoz-input.js

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

:host([disabled]) {
opacity: 0.33;
opacity: var(--cosmoz-input-disabled-opacity, var(--paper-input-container-disabled_-_opacity, 0.33));
pointer-events: none;

@@ -48,2 +48,3 @@ }

max-width: 100%;
background-color: initial;
}

@@ -79,2 +80,3 @@ label {

border-bottom-style: dashed;
opacity: var(--cosmoz-input-disabled-line-opacity, var(--paper-input-container-underline-disabled_-_opacity, 1));
}

@@ -90,2 +92,5 @@

line-height: 20px;
overflow: hidden;
text-overflow: clip;
}

@@ -92,0 +97,0 @@ :host([invalid]) label, .error {

2

package.json
{
"name": "@neovici/cosmoz-input",
"version": "1.0.4",
"version": "1.0.5",
"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