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.0 to 1.0.1

7

CHANGELOG.md

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

### [1.0.1](https://github.com/neovici/cosmoz-input/compare/v1.0.0...v1.0.1) (2021-01-25)
### Bug Fixes
* **input:** use correct readonly attribute ([df4cf33](https://github.com/neovici/cosmoz-input/commit/df4cf33179c345c11b0cab0fb174244344685fd5))
## 1.0.0 (2021-01-25)

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

11

cosmoz-input.js

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

'type',
'readonly',
'disabled',
'read-only',
'invalid',
'no-label-float',
'always-float-label',
'invalid'
'always-float-label'
];

@@ -138,1 +138,6 @@

);
export {
Input,
observedAttributes
};
{
"name": "@neovici/cosmoz-input",
"version": "1.0.0",
"version": "1.0.1",
"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