Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neovici/cosmoz-datetime-input

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-datetime-input - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

154

package.json
{
"name": "@neovici/cosmoz-datetime-input",
"version": "4.0.1",
"description": "Mimics date input with broad browser support.",
"keywords": [
"datepicker",
"datetime local",
"polymer",
"web-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Neovici/cosmoz-datetime-input.git"
},
"license": "Apache-2.0",
"author": "",
"main": "cosmoz-datetime-input.js",
"directories": {
"test": "test"
},
"files": [
"lib/",
"cosmoz-*.js"
],
"scripts": {
"lint": "eslint --cache .",
"start": "wds",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
"storybook:build": "build-storybook",
"storybook:deploy": "storybook-to-ghpages"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"branch": "master",
"preset": "conventionalcommits"
},
"publishConfig": {
"access": "public"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@neovici/cosmoz-input": "^5.0.0",
"@neovici/cosmoz-utils": "^6.0.0",
"@pionjs/pion": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@neovici/cfg": "^1.13.1",
"@open-wc/testing": "^4.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@storybook/storybook-deployer": "^2.8.5",
"@types/mocha": "^10.0.3",
"@web/dev-server-storybook": "^2.0.0",
"husky": "^8.0.0",
"semantic-release": "^22.0.0",
"sinon": "^17.0.0"
}
"name": "@neovici/cosmoz-datetime-input",
"version": "4.1.0",
"description": "Mimics date input with broad browser support.",
"keywords": [
"datepicker",
"datetime local",
"polymer",
"web-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Neovici/cosmoz-datetime-input.git"
},
"license": "Apache-2.0",
"author": "",
"main": "cosmoz-datetime-input.js",
"directories": {
"test": "test"
},
"files": [
"lib/",
"cosmoz-*.js"
],
"scripts": {
"lint": "eslint --cache .",
"start": "npm run storybook:start",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
"storybook:start": "storybook dev -p 8000",
"storybook:build": "storybook build",
"storybook:deploy": "storybook-to-ghpages",
"storybook:preview": "npm run storybook:build && http-server ./storybook-static/ --silent"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"branch": "master",
"preset": "conventionalcommits"
},
"publishConfig": {
"access": "public"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@neovici/cosmoz-input": "^5.0.1",
"@neovici/cosmoz-utils": "^6.9.0",
"@pionjs/pion": "^2.5.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@neovici/cfg": "^1.53.0",
"@open-wc/testing": "^4.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/addon-links": "^7.6.19",
"@storybook/builder-vite": "7.6.17",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/web-components": "7.6.17",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@web/storybook-builder": "^0.1.16",
"@web/storybook-framework-web-components": "^0.1.2",
"esbuild": "^0.21.4",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^23.1.1",
"sinon": "^18.0.0",
"storybook": "^7.6.19"
}
}
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