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.27 to 1.0.28

26

handsontable.helpers.js

@@ -357,3 +357,4 @@ /**

HH.setHeadersFirstRow = function(columns, hot) {
HH.setHeadersFirstRow = function(hot) {
var

@@ -364,5 +365,3 @@ colHeaders = [],

data = hotData.splice(1),
newColumns = [],
deleteCols = [],
colWidths = [];
deleteCols = [];

@@ -373,4 +372,2 @@ for (var i in firstRow) {

colHeaders.push(name);
newColumns.push(columns[i]);
} else deleteCols.push(i);

@@ -387,21 +384,6 @@ }

hot.updateSettings({
'colWidths': undefined
});
hot.updateSettings({
'columns': newColumns,
'colWidths': undefined,
'colHeaders': colHeaders,
'data': data,
});
columns = newColumns;
for (var cw = 0; cw < colHeaders.length; cw++) {
var width = hot.getColWidth(cw);
colWidths.push(width + 30);
}
hot.updateSettings({
'colWidths': colWidths
});
};

@@ -408,0 +390,0 @@

2

package.json
{
"name": "handsontable-helpers",
"version": "1.0.27",
"version": "1.0.28",
"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