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.16 to 0.2.17

2

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

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

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

scope.clone.css({
left: scope.offset.left,
width: scope.offset.width

@@ -113,3 +112,3 @@ });

}
scope.clone.css('left', scope.offset.left - scrollX);
scope.clone.css('top', ($window.pageYOffset || 0) - scope.offset.top);
}),

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

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

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

@@ -98,3 +98,2 @@ angular

scope.clone.css({
left: scope.offset.left,
width: scope.offset.width

@@ -150,3 +149,3 @@ });

scope.clone.css('left', scope.offset.left - scrollX);
scope.clone.css('top', ($window.pageYOffset || 0) - scope.offset.top);

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

Sorry, the diff of this file is not supported yet

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