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.6 to 1.0.7

7

CHANGELOG.md

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

### [1.0.7](https://github.com/neovici/cosmoz-input/compare/v1.0.6...v1.0.7) (2021-01-26)
### Bug Fixes
* correct padding css variable ([1190669](https://github.com/neovici/cosmoz-input/commit/1190669bac3a54ce654037851a4f89e3a41b7252))
### [1.0.6](https://github.com/neovici/cosmoz-input/compare/v1.0.5...v1.0.6) (2021-01-26)

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

2

cosmoz-input.js

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

padding: 8px 0;
padding-top: var(--paper-input-container_-_padding-top);
padding-top: var(--paper-input-container_-_padding-top, 8px);
}

@@ -16,0 +16,0 @@

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