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 2.0.0 to 3.0.0

23

package.json
{
"name": "@neovici/cosmoz-input",
"version": "2.0.0",
"version": "3.0.0",
"description": "A input web component",

@@ -19,9 +19,12 @@ "keywords": [

"author": "",
"main": "cosmoz-input.js",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"files": [
"dist/"
],
"scripts": {
"lint": "eslint --cache --ext .js .",
"lint-tsc": "tsc",
"lint": "tsc && eslint --cache .",
"build": "tsc -p tsconfig.build.json",
"start": "wds",

@@ -49,6 +52,2 @@ "test": "wtr --coverage",

},
"files": [
"*.js",
"lib/**/*.js"
],
"commitlint": {

@@ -66,4 +65,10 @@ "extends": [

},
"exports": {
".": "./dist/index.js",
"./use-input": "./dist/use-input.js",
"./input": "./dist/cosmoz-input.js",
"./textarea": "./dist/cosmoz-textarea.js"
},
"dependencies": {
"@neovici/cosmoz-utils": "^4.0.0",
"@neovici/cosmoz-utils": "^5.1.0",
"haunted": "^5.0.0",

@@ -70,0 +75,0 @@ "lit-html": "^2.0.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