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

handsontable-helpers

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handsontable-helpers - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

10

handsontable.helpers.js

@@ -35,3 +35,7 @@ /**

params.parent = params.parent || document.querySelector("#ht") || document.body;
params.contextMenu = (typeof params.contextMenu == "boolean") ? params.contextMenu : true;
if(typeof params.contextMenu != "undefined") params.contextMenu = true;
else params.contextMenu = params.contextMenu;
params.afterChange = params.afterChange || console.log;
params.afterRemoveRow = params.afterRemoveRow || console.log;

@@ -53,3 +57,5 @@ var columns = HH.getColumns(objArr, params.cols);

columnSorting: true,
contextMenu: params.contextMenu
contextMenu: params.contextMenu,
afterChange: params.afterChange,
afterRemoveRow: params.afterRemoveRow
});

@@ -56,0 +62,0 @@ };

2

package.json
{
"name": "handsontable-helpers",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "handsontable.helpers.js",

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