Huge News!Announcing our $40M Series B led by Abstract Ventures.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.10 to 1.3.11

2

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

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

@@ -14,16 +14,16 @@ # Custom Context Menu

```bash
$ npm install custom-context-menu --save
```
```bash
$ yarn add custom-context-menu
```
```bash
$ npm install custom-context-menu --save
```
```bash
$ yarn add custom-context-menu
```
1. Standalone
Download the [preferable version](https://github.com/smellyshovel/custom-context-menu/releases) of this package and include the `cm.js` file as an external script:
Download the [preferable version](https://github.com/smellyshovel/custom-context-menu/releases) of this package and include the `cm.js` file as an external script:
```html
<script src="cm.js"></script>
```
```html
<script src="cm.js"></script>
```

@@ -30,0 +30,0 @@ ## [Usage](#usage)

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