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

timbles

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timbles - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

package.json~

2

package.json
{
"name": "timbles",
"version": "1.1.5",
"version": "1.1.6",
"description": "a p chill jQuery table plugin, made by people who literally did not invent tables",

@@ -5,0 +5,0 @@ "main": "timbles",

@@ -267,2 +267,3 @@ timbles.js

## Changelog
* 1.1.6 fixes bug with nested columns header clicks
* 1.1.5 add initial inverse sort support

@@ -269,0 +270,0 @@ * 1.1.4 prepare to plug in (a refactor for future features)

@@ -184,3 +184,3 @@ /**

// Determine order and update header sort classes
var $sortHeader = $( event.target );
var $sortHeader = $( event.currentTarget );
var sortColumn = $sortHeader.data( 'timbles-column-index' );

@@ -187,0 +187,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