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.1.2 to 1.1.3

4

handsontable.helpers.js

@@ -185,3 +185,3 @@ /**

HH.convArrArrToArrObj = function (hotData, columns, minSpareRows) {
HH.convArrArrToArrObj = function (hotData, columns, minSpareRows, colHeaders) {

@@ -194,3 +194,3 @@ if(!hotData || !columns) throw Error('!hotData || !columns')

var colHeaders = columns.map(function (a) {
colHeaders = colHeaders || columns.map(function (a) {
return a.data

@@ -197,0 +197,0 @@ })

{
"name": "handsontable-helpers",
"version": "1.1.2",
"version": "1.1.3",
"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