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.5.0 to 1.6.0

9

cosmoz-input.js

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

readonly,
disabled
disabled,
min,
max
} = host,

@@ -29,3 +31,4 @@ { onChange, onFocus, onInput } = useInput(host),

@beforeinput=${ onBeforeInput } @input=${ onInput }
@change=${ onChange } @focus=${ onFocus } @blur=${ onFocus }>`
@change=${ onChange } @focus=${ onFocus } @blur=${ onFocus }
min=${ ifDefined(min) } max=${ ifDefined(max) }>`
, host);

@@ -38,2 +41,4 @@ },

'allowed-pattern',
'min',
'max',
...attributes

@@ -40,0 +45,0 @@ ];

{
"name": "@neovici/cosmoz-input",
"version": "1.5.0",
"version": "1.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