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

@jspreadsheet/contextmenu_shortcut

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspreadsheet/contextmenu_shortcut - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

index.js
/**
* Plugin shortcut context menu for jExcel Pro / jSpreadSheet
*
* @version 1.3.0
* @version 1.3.1
* @author Guillaume Bonnaire <contact@gbonnaire.fr>

@@ -20,2 +20,3 @@ * @website https://repo.gbonnaire.fr

global.jss_contextmenu_shortcut = factory();
global.jexcel_contextmenu_shortcut = global.jss_contextmenu_shortcut;
}(this, (function () {

@@ -202,5 +203,2 @@ return (function(instance, options) {

})));
// Compatibility Old version
window.jexcel_contextmenu_shortcut = jss_contextmenu_shortcut;
})));

@@ -28,3 +28,3 @@ {

"main": "index.js",
"version": "1.3.0"
"version": "1.3.1"
}

@@ -210,3 +210,3 @@ ## jSpreadsheet Plugin : Contextmenu shortcut

```HTML
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/contextmenu_shortcut.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/dist/contextmenu_shortcut.min.js"></script>
```

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