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

custom-context-menu

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-context-menu - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

LICENSE

2

package.json
{
"name": "custom-context-menu",
"version": "1.3.7",
"version": "1.3.8",
"description": "A small (<2kB minified and gzipped) tool with no dependencies that helps you create custom rightclick context menues.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -39,9 +39,9 @@ # Custom Context Menu

},
}
"divider", // except of "special", ones
"divider", // except of "special", ones
{
title: "Another Menu Item", // the text of the item displayed on the page
function: makeSomethingAwesome // and a function that is gonna take place when the user picked an item
}
{
title: "Another Menu Item", // the text of the item displayed on the page
function: makeSomethingAwesome // and a function that is gonna take place when the user picked an item
}

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