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.12 to 1.2.1

7

handsontable.helpers.js

@@ -182,4 +182,7 @@ /**

rowGroups[Number(change[0])][change[1]] = HH.setDataType(change[3], fieldType)
} else rowGroups[Number(change[0])][change[1]] = change[3]
rowGroups[Number(change[0])][change[1]] = {
new: HH.setDataType(change[3], fieldType),
old: change[2]
}
} else rowGroups[Number(change[0])][change[1]] = {new: change[3], old: change[2]}
}

@@ -186,0 +189,0 @@ return rowGroups

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