Socket
Socket
Sign inDemoInstall

mj-context-menu

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mj-context-menu - npm Package Compare versions

Comparing version 0.5.4 to 0.6.1

4

js/selection_box.js

@@ -86,4 +86,2 @@ "use strict";

var title = _a.title, signature = _a.signature, selections = _a.selections, order = _a.order, grid = _a.grid;
console.log(grid);
console.log(order);
var sb = new this(title, signature, order, grid);

@@ -165,3 +163,3 @@ sb.attachMenu(ctxt);

case "horizontal":
return size / SelectionBox.chunkSize;
return Math.floor(size / SelectionBox.chunkSize);
case "vertical":

@@ -168,0 +166,0 @@ default:

{
"name": "mj-context-menu",
"version": "0.5.4",
"version": "0.6.1",
"description": "A generic context menu",

@@ -28,12 +28,12 @@ "main": "dist/ContextMenu.js",

"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"ts-loader": "^6.2.0",
"tslint": "^5.12.1",
"terser-webpack-plugin": "^4.1.0",
"tslint": "^6.1.3",
"tslint-jsdoc-rules": "^0.2.0",
"tslint-unix-formatter": "^0.2.0",
"typescript": "^3.*",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},

@@ -40,0 +40,0 @@ "files": [

Sorry, the diff of this file is too big to display

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