You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jquery.rsLiteGrid

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.rsLiteGrid - npm Package Compare versions

Comparing version

to
1.0.8

2

Gruntfile.js

@@ -52,3 +52,3 @@ 'use strict';

src: ['test/**/*.js']
},
}
},

@@ -55,0 +55,0 @@ watch: {

@@ -5,3 +5,3 @@ {

"description": "Table with any number of columns and rows, with customized markup on each cell.",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/ruisoftware/jquery-rsLiteGrid",

@@ -8,0 +8,0 @@ "author": {

/**
* jQuery Grid - Plain, simple table that adds rows as you type
* ===============================================================
* @author Jose Rui Santos
*/
* jQuery Grid - Plain, simple table that adds rows as you type
* ===============================================================
* @author Jose Rui Santos
*/
(function ($, undefined) {

@@ -102,2 +102,3 @@ 'use strict';

// and set the events for the new last row
DOM.setQtRows();
events.setLastRowEvents(DOM.addRow(values));

@@ -329,3 +330,5 @@ DOM.setQtRows();

}
DOM.addLastRow();
if (opts.autoAddRows) {
DOM.addLastRow();
}
}

@@ -332,0 +335,0 @@ },

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.