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

angular-sticky-table-header

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sticky-table-header - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

2

bower.json
{
"name": "angular-sticky-table-header",
"version": "0.2.15",
"version": "0.2.16",
"description": "Sticky headers for tables",

@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js",

@@ -112,5 +112,3 @@ angular.module('watchDom', []).constant('watchDomOptions', {

}
if (scrollX) {
scope.clone.css('left', scope.offset.left - scrollX);
}
scope.clone.css('left', scope.offset.left - scrollX);
}),

@@ -117,0 +115,0 @@ observeTr: function () {

{
"name": "angular-sticky-table-header",
"version": "0.2.15",
"version": "0.2.16",
"description": "Sticky headers for tables",

@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js",

@@ -149,5 +149,3 @@ angular

if (scrollX) {
scope.clone.css('left', scope.offset.left - scrollX);
}
scope.clone.css('left', scope.offset.left - scrollX);

@@ -154,0 +152,0 @@ }),

Sorry, the diff of this file is not supported yet

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