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 1.0.5 to 1.0.6

7

CHANGELOG.md

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

### [1.0.6](https://github.com/neovici/cosmoz-input/compare/v1.0.5...v1.0.6) (2021-01-26)
### Bug Fixes
* adjust default error color ([12ecf4a](https://github.com/neovici/cosmoz-input/commit/12ecf4a53501cfc8001a04b77aa6df2d8d65acba))
### [1.0.5](https://github.com/neovici/cosmoz-input/compare/v1.0.4...v1.0.5) (2021-01-26)

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

4

cosmoz-input.js

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

:host([invalid]) label, .error {
color: var(--error-color, #dd2c00);
color: var(--error-color, #fc5c5b);
}
:host([invalid]) .line {
border-bottom-color: var(--error-color, #dd2c00);
border-bottom-color: var(--error-color, #fc5c5b);
}

@@ -100,0 +100,0 @@ `,

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