Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spa-component-grid

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spa-component-grid - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

14

index.js

@@ -483,2 +483,12 @@ /**

/**
* Cell mouse hover handler.
*
* @this Element
*/
onItemHover = function () {
if ( this.data.disable !== true ) {
self.focusItem(this);
}
},
/**
* Construct grid when receive new data

@@ -574,2 +584,6 @@ *

$item.addEventListener('click', onItemClick);
if ( self.hoverable ) {
$item.addEventListener('mouseover', onItemHover);
}
}

@@ -576,0 +590,0 @@ // row is ready

2

package.json
{
"name": "spa-component-grid",
"version": "1.0.1",
"version": "1.0.2",
"description": "Base grid/table implementation.",

@@ -5,0 +5,0 @@ "author": {

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