Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-collapse

Package Overview
Dependencies
0
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

30

package.json
{
"name": "@neovici/cosmoz-collapse",
"version": "1.1.0",
"version": "1.2.0",
"description": "A simple dropdown web component",

@@ -19,3 +19,3 @@ "keywords": [

"author": "",
"main": "src/index.js",
"main": "dist/index.js",
"directories": {

@@ -25,10 +25,10 @@ "test": "test"

"scripts": {
"lint": "eslint --cache --ext .js .",
"lint-tsc": "tsc",
"lint": "tsc && eslint --cache .",
"build": "tsc -p tsconfig.build.json",
"start": "wds",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
"storybook:build": "build-storybook",
"storybook:deploy": "storybook-to-ghpages",
"prepare": "husky install"
"storybook:deploy": "storybook-to-ghpages"
},

@@ -51,3 +51,3 @@ "release": {

"files": [
"src/*.js"
"dist/"
],

@@ -59,14 +59,18 @@ "commitlint": {

},
"dependencies": {},
"exports": {
".": "./dist/index.js",
"./toggle": "./dist/toggle.js",
"./toggle.js": "./dist/toggle.js"
},
"devDependencies": {
"@commitlint/cli": "^13.0.0",
"@commitlint/config-conventional": "^13.0.0",
"@neovici/eslint-config": "^1.2.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@neovici/cfg": "^1.20.1",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"husky": "^7.0.0",
"husky": "^8.0.0",
"prettier": "^2.5.1",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.0",
"typescript": "^4.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc