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

backgrid-paginator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backgrid-paginator - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

backgrid-paginator.js

@@ -12,3 +12,3 @@ /*

if (typeof exports == "object") {
module.exports = factory(require("underscore"),
module.exports = factory(require("lodash"),
require("backbone"),

@@ -20,3 +20,3 @@ require("backgrid"),

else if (typeof define === 'function' && define.amd) {
define(['underscore', 'backbone', 'backgrid', 'backbone.paginator'], factory);
define(['lodash', 'backbone', 'backgrid', 'backbone.paginator'], factory);
}

@@ -23,0 +23,0 @@ // Browser

{
"name": "backgrid-paginator",
"version": "0.3.6",
"version": "0.3.7",
"description": "Backgrid.js extension for pagination.",

@@ -27,3 +27,3 @@ "main": "backgrid-paginator.js",

"backgrid": "^0.3.5",
"underscore": "^1.8.2"
"lodash": "^3.3.1"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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