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.25 to 1.0.26

4

handsontable.helpers.js

@@ -55,2 +55,3 @@ /**

params.parent = params.parent || document.querySelector("#ht") || document.body;
if (typeof params.contextMenu === "undefined") params.contextMenu = false;

@@ -377,3 +378,3 @@ else params.contextMenu = params.contextMenu;

for (var j = 0; j < data.length; j++) {
for (var c = 0; c < deleteCols.length; c++) {
for (var c = deleteCols.length - 1; c >= 0; c--) {
var delCol = deleteCols[c];

@@ -421,3 +422,2 @@ data[j].splice(delCol, 1);

})();
{
"name": "handsontable-helpers",
"version": "1.0.25",
"version": "1.0.26",
"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