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.0.8 to 0.1.0

2

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

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

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

]);
angular.module('stickyTableHeader', ['watchDom']).value('stickyTableHeaderOptions', {
angular.module('turn/stickyTableHeader', ['watchDom']).value('stickyTableHeaderOptions', {
cloneClassName: 'sticky-clone',

@@ -27,0 +27,0 @@ stuckClassName: 'sticky-stuck',

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

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

@@ -30,2 +30,3 @@ angular-sticky-table-header [![Build Status](https://travis-ci.org/turn/angular-sticky-table-header.svg?branch=master)](https://travis-ci.org/turn/angular-sticky-table-header)

...
<script src="angular-sticky-table-header.js"></script>
```

@@ -37,3 +38,3 @@

angular
.module('foo', ['stickyTableHeader'])
.module('foo', ['turn/stickyTableHeader'])
.controller('fooCtrl', ['$scope', function ($scope) {

@@ -40,0 +41,0 @@

angular
.module('stickyTableHeader', ['watchDom'])
.module('turn/stickyTableHeader', ['watchDom'])
.value('stickyTableHeaderOptions', {

@@ -4,0 +4,0 @@ cloneClassName: 'sticky-clone',

@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.7.1

};
beforeEach(module('stickyTableHeader'), function($provide) {
beforeEach(module('turn/stickyTableHeader'), function($provide) {
$provide.value('options', options);

@@ -25,0 +25,0 @@ $provide.value('$window', $window);

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