New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-simple-context-menu

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-context-menu - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "vue-simple-context-menu",
"version": "1.0.0",
"description": "Simple context-menu component built for Vue.",
"version": "1.0.1",
"description": "Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.",
"author": "John Datserakis <johndatserakis@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -63,2 +63,7 @@ # vue-simple-context-menu

}
<!-- And for capturing the event -->
optionClicked (event) {
window.alert(JSON.stringify(event))
}
```

@@ -65,0 +70,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