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

timbles

Package Overview
Dependencies
Maintainers
1
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.0.2 to 1.0.3

tests/data.json

4

package.json
{
"name": "timbles",
"version": "1.0.2",
"description": "a very simple jQuery plugin for tables, made by the person who literally did not invent tables",
"version": "1.0.3",
"description": "an p chill jQuery table plugin, made by someone who literally did not invent tables",
"main": "timbles",

@@ -6,0 +6,0 @@ "directories": {

@@ -118,4 +118,4 @@ /**

// get external json file given
$.getJSON( data.dataConfig.data, function(data) {
methods.generateRowsFromData.call($this, data, $this)
$.getJSON( data.dataConfig.data, function(json) {
methods.generateRowsFromData.call($this, json, data.dataConfig.columns, $this)
});

@@ -126,3 +126,3 @@ }

generateRowsFromData : function(data, columnConfig,thisTable) {
generateRowsFromData : function(data, columnConfig, thisTable) {
$.each(data, function(index, row){

@@ -129,0 +129,0 @@ var $currentRow = $('<tr>');

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