backgrid-filter
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -35,2 +35,4 @@ /* | ||
var exports = {}; | ||
/** | ||
@@ -42,3 +44,3 @@ ServerSideFilter is a search form widget that submits a query to the server | ||
*/ | ||
var ServerSideFilter = Backgrid.Extension.ServerSideFilter = Backbone.View.extend({ | ||
var ServerSideFilter = exports.ServerSideFilter = Backgrid.Extension.ServerSideFilter = Backbone.View.extend({ | ||
@@ -214,3 +216,3 @@ /** @property */ | ||
*/ | ||
var ClientSideFilter = Backgrid.Extension.ClientSideFilter = ServerSideFilter.extend({ | ||
var ClientSideFilter = exports.ClientSideFilter = Backgrid.Extension.ClientSideFilter = ServerSideFilter.extend({ | ||
@@ -384,3 +386,3 @@ /** @property */ | ||
*/ | ||
var LunrFilter = Backgrid.Extension.LunrFilter = ClientSideFilter.extend({ | ||
var LunrFilter = exports.LunrFilter = Backgrid.Extension.LunrFilter = ClientSideFilter.extend({ | ||
@@ -518,2 +520,4 @@ /** | ||
return exports; | ||
})); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.3.5", | ||
"version": "0.3.7", | ||
"description": "Search box widget extension for Backgrid.js. Supports server-side, client-side and full-text searching.", | ||
@@ -28,7 +28,7 @@ "homepage": "https://github.com/wyuenho/backgrid-filter", | ||
"dependencies": { | ||
"backbone": "~1.1.0", | ||
"backgrid": "~0.3.0", | ||
"underscore": "~1.5.2", | ||
"lunr.js": "~0.4.3" | ||
"backbone": "~1.2.3", | ||
"backgrid": "~0.3.7", | ||
"lunr": "^0.7.0", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
{ | ||
"name": "backgrid-filter", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Search box widget extension for Backgrid.js. Supports server-side, client-side and full-text searching.", | ||
@@ -5,0 +5,0 @@ "main": "backgrid-filter.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3182049
484
4727
1