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.1 to 1.1.2

tests/test-scripts/init.js

2

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

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

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

## Changelog
* 1.1.2 critical json sorting but, major test refactoring
* 1.1.1 critical array data bug fix

@@ -270,0 +271,0 @@ * 1.1.0 another sorting refactor to speed things up even more

@@ -117,2 +117,5 @@ /**

methods.generateRowsFromData.call($this, data.dataConfig.data, data.dataConfig.columns, $this);
// start enabling any given features
methods.enableFeaturesSetup.call($this);
}

@@ -161,5 +164,2 @@ else {

$this.data(pluginName, data);
// start enabling any given features
methods.enableFeaturesSetup.call($this);
},

@@ -166,0 +166,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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