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

vue-simple-suggest

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-suggest - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "vue-simple-suggest",
"description": "Feature-rich autocomplete component for Vue.js",
"version": "1.1.0",
"version": "1.1.1",
"author": "KazanExpress",

@@ -12,3 +12,3 @@ "license": "MIT",

"readme": "generate-md --layout github --input ./README.md --output ./example/src",
"postversion": "npm run build",
"preversion": "npm run build",
"patch": "npm version patch && npm publish",

@@ -15,0 +15,0 @@ "minor": "npm version minor && npm publish",

@@ -68,3 +68,3 @@ # vue-simple-suggest

|`Enter` | If the list is shown - chooses the highlighted element, if the list is hidden - refills the suggestions based on current input text.|
|`Ctrl` + `Space` | Select the first element in the list.|
|`Ctrl + Space`/`Cmd + Space` | Select the first element in the list.|

@@ -71,0 +71,0 @@ -----

Sorry, the diff of this file is not supported yet

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