Socket
Socket
Sign inDemoInstall

cmd-dialog

Package Overview
Dependencies
8
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.5.0

27

package.json

@@ -6,3 +6,3 @@ {

"description": "Command dialog and keyboard shortcuts palette for web apps",
"version": "1.1.1",
"version": "1.5.0",
"type": "module",

@@ -26,15 +26,15 @@ "module": "dist/cmd-dialog.js",

"dependencies": {
"fuse.js": "^6.6.2",
"hotkeys-js": "^3.10.1",
"lit": "^2.6.1"
"fuse.js": "^7.0.0",
"hotkeys-js": "^3.12.2",
"lit": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"xo": "^0.53.1"
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"xo": "^0.56.0"
},

@@ -57,3 +57,4 @@ "keywords": [

"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/indent": "off"
"@typescript-eslint/indent": "off",
"unicorn/prefer-at": "off"
},

@@ -60,0 +61,0 @@ "ignores": [

@@ -5,2 +5,3 @@ [![NPM Downloads](https://img.shields.io/npm/dm/cmd-dialog?style=for-the-badge)](https://www.npmjs.com/package/cmd-dialog)

[![Last Commit](https://img.shields.io/github/last-commit/OzzyCzech/cmd-dialog?style=for-the-badge)](https://github.com/OzzyCzech/cmd-dialog/commit/main)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/OzzyCzech/cmd-dialog/main.yml?style=for-the-badge)](https://github.com/OzzyCzech/cmd-dialog/actions)

@@ -15,3 +16,3 @@ # Command `<dialog>`

- Keyboard navigation4
- Keyboard navigation
- Build in dark/light themes

@@ -18,0 +19,0 @@ - Customizable action shortcuts with [hotkeys.js](https://wangchujiang.com/hotkeys/)

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