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.6.0 to 1.6.1

6

cosmoz-input.js

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

min,
max
max,
step
} = host,

@@ -32,3 +33,3 @@ { onChange, onFocus, onInput } = useInput(host),

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

@@ -43,2 +44,3 @@ },

'max',
'step',
...attributes

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

{
"name": "@neovici/cosmoz-input",
"version": "1.6.0",
"version": "1.6.1",
"description": "A input web component",

@@ -64,5 +64,5 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@neovici/eslint-config": "^1.3.0",
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@neovici/cfg": "^1.13.1",
"@open-wc/demoing-storybook": "^2.1.0",

@@ -73,9 +73,7 @@ "@open-wc/testing": "^2.5.0",

"@storybook/storybook-deployer": "^2.8.5",
"@web/test-runner": "^0.13.0",
"@web/test-runner-selenium": "^0.5.0",
"husky": "^7.0.0",
"semantic-release": "^18.0.0",
"sinon": "^12.0.0",
"typescript": "^4.4.0"
"semantic-release": "^19.0.0",
"sinon": "^13.0.0",
"typescript": "^4.6.0"
}
}
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